Home  >  Q&A  >  body text

objective-c - TabBar和Navigation之间跳转的问题

微信有这样一个功能:
1.选择通讯录中的联系人点击发消息进入聊天页面
2.手势右滑返回,直接返回了微信消息列表页面
请问这样的功能是怎么实现的?

高洛峰高洛峰2727 days ago543

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:27:39

    If you look carefully, you will find that it directly uses the page of the WeChat message list to push, that is to say:

    1. Click on the contact - send message

    2. pop to WeChat message list page without animation

    3. Push on the WeChat message list page
      So, this effect will naturally occur.

    reply
    0
  • 天蓬老师

    天蓬老师2017-05-02 09:27:39

    TabViewController can be in NavigationViewController.

    reply
    0
  • Cancelreply