Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
Jul 20, 2011
168
1
I want to customize the UITabbar with a custom background image and UITabbarItem. I subclassed UITabbarViewController, changed its tabbar background image in this way but it doesn' t fit the UITabbar.
Background image size : 320 x 49
Code:
let image = UIImage(named: "background")
self.tabBar.backgroundImage = image
How can i create customized UITabbarcontroller ?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.