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