FontAwesome.Xamarin
FontAwesome.Xamarin copied to clipboard
FontAwesome Library for Xamarin.iOS (MonoTouch)
I am using couple of icons for button images eg: icon2Button.SetTitle(FontAwesomeXamarin.FontAwesome.FAMapMarker, UIControlState.Normal); I want to see these icons bold, change color. how do I make them?
When I try to create a demo like you provide I get the following error when trying to build the project: ``` "error MT0034: Cannot reference 'monotouch.dll' in a Xamarin.iOS...
I am trying to create a bar button item but it does not let me use the constructor where I do not give it a title. Whenever I try the...