For some reason in Xcode 7 the tab bar controller won't default with displayed tab icons. I'd like to determine if this is an issue with my default settings, or if this is a change in Xcode 7 from Xcode 6 in which I'll have to manually add the tab icons to the bottom of the tab bar controller.
Asked
Active
Viewed 1,101 times
1 Answers
0
Ive noticed that too.
You have to go into attribute inspector for the tab item and choose . The system type will be on custom which is why your not seeing any icons.

Rayen Kamta
- 214
- 3
- 10
-
This doesn't work in my case. I'd like to use Custom system item, as I have a custom image. But can't figure out how to make this work. – Andrej Feb 22 '16 at 14:07