popViewController由后退按钮动画
如何从按下后退按钮弹出视图,我从以前的视图控制器传递了以下代码。谢谢
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc]
initWithTitle:@"Back"
style:UIBarButtonItemStyleBordered
target:nil action:nil];
How can I popview from back button pressed, i passed the below code from previous view controller. Thanks
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc]
initWithTitle:@"Back"
style:UIBarButtonItemStyleBordered
target:nil action:nil];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无需手动添加后退按钮。
但如果您确实需要自定义按钮来弹出视图控制器,则可以创建自定义消息。
或者创建一个 NSInspiration。
There's no need to manually add a back button.
But if you really need that custom button to pop the view controller, you could make a custom message.
Or create an NSInvocation.