subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

how to hide SJSegmentedViewController #57

Closed feliciaf closed 7 years ago

feliciaf commented 7 years ago

I am trying to hide SJSegmentVC when the first view loads, segmentedViewController.view.hidden = false when i press the button, I used segmentedViewController.view.hidden = false

can you please assist or direct? usually pagecontrollers have this ability... not sure if this does too?

feliciaf commented 7 years ago

solution: use containerView.hidden = false/true