I am new to iOS development and working on a iOS mobile app where I would like to use a glyph icon instead of the UITabBarItem image. But I am not able to figure out how can I use this. Any help will be appreciated.
Asked
Active
Viewed 376 times
1 Answers
0
you can create image from NSString (Create image from NSString properly) and add UITabBarItem by code (How to programmatically add UITabBarItem's Identifier type in iOS?)
-
I am doing the same thing using this tutorial http://www.blog.montgomerie.net/iphone-images-from-character-glyphs But it generates a blurred image.. – Vikas Gautam Aug 19 '14 at 19:18
-
IMHO using images is faster for you and your app - you don't have to create image every reload UI – Quver Aug 19 '14 at 19:29