我正在为一个 View 设置动画,它从右向左滑动。左栏按钮看起来像是在导航栏中,但右栏按钮的动画效果很奇怪,几乎就像一开始它不是导航栏的一部分。
我想知道我的代码是否有问题......或者是否有其他方法可以做到这一点?
- (void)viewWillAppearBOOL)animated
{
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle"Skip" style:UIBarButtonItemStyleBordered target:nil action:nil];
[super viewWillAppear:animated];
}
任何帮助将不胜感激。
在 View Controller 的 init...
方法中设置 rightBarButtonItem
。它只需要在 View Controller 的生命周期内完成一次。
关于iphone - rightbarbutton 动画不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10240600/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |