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
No matter what instantiation I use or what FontAwesome icon or BButtonType I always get a simple empty white rectangle as an icon in the GUI of the Simulator or on the iPhone for the BButton I create.
Solved it. I included project via pods but it still could not find the font so I performed this step:
"Add Fonts provided by application key to Info.plist and include FontAwesome.ttf"
Maybe this should be included in the installation section since apparently cocoapods install is not enough. One has to manually include the font in the application.
No matter what instantiation I use or what FontAwesome icon or BButtonType I always get a simple empty white rectangle as an icon in the GUI of the Simulator or on the iPhone for the BButton I create.
e.g.:
BButton *button = [BButton awesomeButtonWithOnlyIcon:FAIconTwitter type:BButtonTypeInverse];
[self.view addSubview:button];
What am I doing wrong?
The text was updated successfully, but these errors were encountered: