Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用自定义 segue 使视图从左到右显示:
transition.subtype = kCATransitionFromLeft;
现在它出现后,我想从右到左点击返回导航按钮。
我已经搜索并尝试解决此问题,但尚未成功。