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?
If you look carefully, you will find that it directly uses the page of the WeChat message list to push, that is to say:
Click on the contact - send message
pop to WeChat message list page without animation
Push on the WeChat message list page
So, this effect will naturally occur.
TabViewController can be in NavigationViewController.