The structure is the following:
In my storyboard, I have a Tab Bar Controller which contains a Tab Bar object. This object has a custom cla
Tab Bar Controller
Tab Bar
Swift 3:
for item in self.tabBar.items!{ item.selectedImage = item.selectedImage?.withRenderingMode(.alwaysOriginal) item.image = item.image?.withRenderingMode(.alwaysOriginal) }