Reputation:
I used a UIpicker in my iphone app, its filling half my screen up not allowing me to design my interface properly.
I have seen similar questions but I need to hide it on the storyboard/xib, not when the app loads.
Xcode offers a hidden option in the attributes panel but it just grays it out, and still clickable, so it does not solve the problem.
Upvotes: 0
Views: 244
Reputation: 2980
Maybe would be better if you add it programmatically...
Check this: http://cocoamatic.blogspot.com/2010/08/create-uipickerview-programmatically.html
Upvotes: 1