PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 308 forks source link

add Code Autogeneration in didSelectItem,add Fuzzy search,For easy to use #47

Closed shaojiankui closed 9 years ago

shaojiankui commented 9 years ago

Every time I use this framework,it hard to find what i want,so i'm add UISearchBar for fuzzy search,and click items add a log code autogeneration,it will autogeneration like below code,i believe this will save lots of time for use ===================Code Autogeneration ===================

FAKFontAwesome heartIcon = [FAKFontAwesome heartIconWithSize:30]; [heartIcon addAttribute:NSForegroundColorAttributeName value:[UIColor whiteColor]]; UIImage heartIconImage = [heartIcon imageWithSize:CGSizeMake(30, 30)];

4d3eac5b-5eff-4c50-9b74-7aa4c3902619

PrideChung commented 9 years ago

Merged. Thanks for the job.