how change tabbar?
positioning image
width central button
white color not selected button
- decided.
written in func viewdidload (class:uitabbarcontroller)
item in self.tabbar.items! { if let tabbaritem = item as? uitabbaritem { tabbaritem.image = tabbaritem.image!.imagewithrenderingmode(.alwaysoriginal) } }
Comments
Post a Comment