I wrote a detailed, hands-on introduction to using the new iOS designer in Xamarin Studio. The blog post explains how […]
Tag: #xamarin
Building custom components for Xamarin Studio’s new iOS designer
I wrote a detailed, hands-on introduction to using the new iOS designer in Xamarin Studio. The blog post explains how […]
Use native iOS events in Xamarin.iOS
To access target events, in iOS you usally use this: [self addTarget:self action:@selector(wasPressed) forControlEvents:UIControlEventTouchDown]; Xamarin provide much smarter syntax for […]
Use native iOS events in Xamarin.iOS
To access target events, in iOS you usally use this: [self addTarget:self action:@selector(wasPressed) forControlEvents:UIControlEventTouchDown]; Xamarin provide much smarter syntax for […]
Fixing WebView QueryString bug!
Last week I came across the most annoying bug in Android where WebView URL mechanism is broken when we pass […]