Xamarin.Forms is a UI framework which helps you raise the bar even further when it comes to sharing code across multiple mobile platforms. It does so by providing abstractions over common UI elements that can be found in the underlying OS-es.
But what if you need to build a UI that is a little less ordinary, and does not consist of regular buttons and flat lists?
In this session I'll show a UI that is highly customized using custom renderers, and tell you about the options you have as a developer to expand on the out-of-the-box Xamarin.Forms experience. Using an app that is actually in the AppStores as an example, I'll run through code samples and tips & tricks on how to solve platform specific issues when working with Xamarin.Forms.