Objective-c - Problem jumping between TabBar and Navigation
高洛峰
高洛峰 2017-05-02 09:25:39
0
2
617

WeChat has such a function:
1. Select a contact in the address book and click to send a message to enter the chat page
2. Swipe right to return and directly return to the WeChat message list page
What is this? How is the function implemented?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
Ty80

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.

Peter_Zhu

TabViewController can be in NavigationViewController.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template