user1789769
user1789769

Reputation:

How to hide pickerview on storyboard?

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

Answers (1)

apascual
apascual

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

Related Questions