Changing view controller when Segmented Control changes

前端 未结 4 1673
终归单人心
终归单人心 2020-12-02 16:17

This problem is driving me crazy. I\'m trying to change the viewController when the user changes the selected \"tab\" of the segmented control. I\'ve spent a co

4条回答
  •  孤城傲影
    2020-12-02 16:53

    Take a look at this pod: https://github.com/xmartlabs/XLMailBoxContainer. It makes the UI animation among the view controllers. These view controller can extend UITableViewController or any other view controller.

    I hope this help you!

提交回复
热议问题