The Beeradmoore Blog
  • Home

ops

A collection of 1 post
delegate

Finally figured out how delegate = self works in Xamarin.iOS

Quite often when using Xamarin.iOS (MonoTouch) you will find yourself having to port objective-c samples to C#. One thing that has always bothered me is when I find a line like this. myTextView.delegate = self; The solution I always go for is myTextView.Delegate = this; But this will cause
24 Mar 2014 2 min read
Page 1 of 1
The Beeradmoore Blog © 2025
Powered by Ghost