wrappers around FontAwesomeKit to allow configuration of components from interface builder
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
added method for creating bar button items from code. updated example (had to rearrange tabbar and navigation controllers, because a tab bar may contain a navigation but not the other way around (apple guidelines))
6d81757View on GitHubadded a UIButton subclass which supports icon-only buttons for now. added a static tableview to the example containing example buttons
8670447View on GitHubupdated readme and added screenshot of button in example application
0cbb958View on GitHubadded some interface builder screenshots and added bar buttons to readme
1ec1f25View on GitHubmoved icon selection into a category. added support for UITabBarItems (with a new way to specify the icon via brackets)
388bb2dView on GitHubadded tab bar controller to nib file to prepare the next step: custom tab bar items
e165fd5View on GitHubimage scale now with retina support and according to human interface guidelines
0749e83View on GitHubfirst implementation of bar button item subclass, added pod file for example & added bar buttons to storyboard for testing it out
7b34caeView on GitHub