MVVM Light UITableViewCell bindings with Xamarin.iOS
When ever you want to display a list or collection of information under iOS tables are often the choice you will end up using. But what if you have content t...
When ever you want to display a list or collection of information under iOS tables are often the choice you will end up using. But what if you have content t...
Ever wondered how those slick screen transitions are made by those other apps? Using transitions do give an app that extra polish. But what’s even more impor...
Just stumbled over this one in a recent endeavour. The default behaviour of iOS is to use the title of the previous navigation controller as the text for the...
In this post we look at getting notified when the user chooses to navigate back. If you have to be in control of your navigation under iOS I strongly recom...
When developing an app your design might require to use a font that is not available from iOS out of the box. So let’s see how a custom font can be added t...
What does the beginning every new year have in common? One thing is the list of resolutions we make to improve our lives and try to become a better human b...
Update: Hey there thank you for reading my blog, since I wrote this post I have learnt a lot and have found a better way to migrate your Xamarin Apps so...