0

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Vikas Gautam
  • 1
  • 1
  • 1

1 Answers1

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?)

Community
  • 1
  • 1
Quver
  • 1,408
  • 14
  • 21
  • 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