0
comment
comment
on 1/13/2017 1:50 PM
Use FontAwesome on your Xamarin.iOS app with Xamarin.Forms
Few weeks ago I explained how we could use FontAwesome from our Droid project, you can read the post here. Following the same idea, today I will explain how we can use FontAwesome on an iOS app with Xamarin.Forms.
This post is composed by three parts:
Import of font into iOS project
Define custom renderer
Use from Xamarin.Forms
1.