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
How can i create customized UITabbarcontroller ?
Background image size : 320 x 49
Code:
let image = UIImage(named: "background")
self.tabBar.backgroundImage = image