How can I show and hide a view using xCode in the same file .xib?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Progmatically set YES to hide view else NO
Or if you want to do it in .xib file then in your attribute inspector in view section, under drawing checkmark hidden to hide the view Is this what you meant? |
|||||||||||
|
|
Push View Controller A onto a UINavigationController to begin with. When the user clicks on the button in view A, push View Controller B onto the navigation controller. |
|||
|
|
|
You can also change the alpha value with This can be used inside an animation block if you want to provide a fade effect - the alpha value will change over the duration of the animation. |
|||
|
|
