Recent Posts

Setting the back button in Xamarin.iOS

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...

Using custom fonts in Xamarin.iOS

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...

Creating a login screen with Xamarin.Forms

When writing an app that only allows access to certain or all parts of the app when a user is logged in requires a login screen which can be presented to t...