You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 code at the bottom, it tells me "This button does not have a title" so the view won't load. I tried the demo code in the documentation where the title is not explicitly set, also, and the same issue occurs.
NavigationItem.RightBarButtonItem = new FABarButtonItem(FontAwesome.FACog, UIColor.FromRGB(0,68,130), delegate { });
The text was updated successfully, but these errors were encountered:
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 code at the bottom, it tells me "This button does not have a title" so the view won't load. I tried the demo code in the documentation where the title is not explicitly set, also, and the same issue occurs.
NavigationItem.RightBarButtonItem = new FABarButtonItem(FontAwesome.FACog, UIColor.FromRGB(0,68,130), delegate { });
The text was updated successfully, but these errors were encountered: