ios - Open different view on the same viewcontroller -


i have implemented third party menu, , when user pressed on 1 of categories, tableview (not navigation bar or menu, in different viewcontroller) should change different view.

when modal segue, navigation bar + menu gone. when push segue, menu gone + want user stay on "same page", not having press button.

does have idea on how this? in advance.

only red squared part needs change when pressed 1 of categories.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -