Overview of all the posts on Gerald's blog
2017
iOS UITableViewCellStyle in Xamarin.Forms
·3 mins
Wondering how to use the UITableViewCellStyle in your Xamarin.Forms application? Look no further! This post will show you how to do it.
Get more reviews for your Xamarin.Forms app with iOS 10.3
·3 mins
With the SKStoreReviewController you can easily ask your users for a rating on iOS. In this post I will show you how to incorporate it in your app.
Building a hybrid app with Xamarin.Forms
·8 mins
Although I don’t recommend it, if you have to build a hybrid app with Xamarin.Forms, here are some of my experiences that might help you.
Less repetitive code to reach REST APIs for your Xamarin.Forms app with Refit
·7 mins
With Refit you no longer need to write the repetitive coce to communicate with your backend. In this post you will learn what Refit is and how to use it.
Working with Effects in Xamarin.Forms
·6 mins
Instead of writing custom renderers, you now have the possibility to customize the Xamarin.Forms behavior with Effects. In this post we will learn how.
2016
Embedding native controls in your Xamarin.Forms app
·6 mins
You can now use native controls, which might not be available on all platforms, from shared code. Even from XAML! In this post I will teach you how.
3D Touch your Xamarin(.Forms) app: apply pressure to icon area
·7 mins
This post will teach you how to add 3D touch to you Xamarin.Forms iOS app. With 3D Touch you can deep-link into your iOS app from the app icon.