Segmented control to toggle through multiple tableviews

前端 未结 3 2209
我寻月下人不归
我寻月下人不归 2021-02-10 23:48

What I’m basically trying to is to implement the control segment/tableview as in Mailbox (see it around 2:00: http://www.youtube.com/watch?v=FG-h8pDXfoE&feature=youtu.be&

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-11 00:11

    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.

    UITableViewCell swipe animation can be accomplished using https://github.com/alikaragoz/MCSwipeTableViewCell.

    I hope this could help you!

提交回复
热议问题