Setting Selected Image in Tab Bar Controller with Storyboard

You can use storyboard to set selected image of tabbar. I tried and it worked for me.
Select the UITabbarItem and add a run-time attribute ‘selectedImage’, select Type as ‘Image’ and give the name of your image as its value.

Setting selected image of Tabbar using storyboard

I am using XCode 6.0 and my minimum deployment target is iOS 8.0.

Leave a Comment