The Beeradmoore Blog
  • Home

monotouch

A collection of 2 posts
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
ios

iOS7 Version compatibility

Recently while updating A LOT of our apps I see that one of the main issues is the content going under a UINavigationController. It appears the solution is rather easy and quick to fix. public override void ViewDidLoad () { base.ViewDidLoad(); EdgesForExtendedLayout = UIRectEdge.None; } This works a treat in most instances,
24 Sep 2013
Page 1 of 1
The Beeradmoore Blog © 2025
Powered by Ghost