Iphone navigate to previous/next viewController

后端 未结 3 1315
灰色年华
灰色年华 2020-12-20 08:18

I have a viewController that displays the result of a query using a tableview). By taping on a row a I push a the childView and I set a navigationBar that contains 2 buttons

3条回答
  •  温柔的废话
    2020-12-20 09:03

    You could easily push and pop view controllers with animation when tapping those buttons.

    If you need help with that let me know.

提交回复
热议问题