gpt4 book ai didi

iphone - rightbarbutton 动画不正确

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:50:15 24 4
gpt4 key购买 nike

我正在为一个从右向左滑动的 View 制作动画。左侧栏按钮看起来像是在导航栏中,但右侧栏按钮似乎动画很奇怪,一开始几乎就像它不是导航栏的一部分。

我想知道我的代码是否有问题...或者是否有其他方法可以做到这一点?

- (void)viewWillAppear:(BOOL)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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com