I have a toolBar with uiButtonItem and some flexible/fixed space item in my storyBoard. with xcode6 they are no more visible, I can still see the edge when switching between buttons in view inspector but they are not visible. I tried to change button tint/ background but they are still not visible.
Asked
Active
Viewed 388 times
1 Answers
2
it turns out that in the Simulated Metric of the ViewController the bottomBar was not set to inferred. I reset it to inferred and all ButtonItems are now shown exactly as before.

Idali
- 1,023
- 7
- 10
-
just want to thank you for answring your own question. it helped me! – swyx Jun 11 '16 at 06:01