菜鸟教程小白 发表于 2022-12-12 20:26:48

iphone - rightbarbutton 动画不正确


                                            <p><p>我正在为一个 View 设置动画,它从右向左滑动。左栏按钮看起来像是在导航栏中,但右栏按钮的动画效果很奇怪,几乎就像一开始它不是导航栏的一部分。</p>

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

<pre><code>- (void)viewWillAppear:(BOOL)animated
{
      self.navigationItem.rightBarButtonItem = [ initWithTitle:@&#34;Skip&#34; style:UIBarButtonItemStyleBordered target:nil action:nil];

    ;
}
</code></pre>

<p>任何帮助将不胜感激。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在 ViewController 的 <code>init...</code> 方法中设置 <code>rightBarButtonItem</code>。它只需要在 ViewController 的生命周期内完成一次。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - rightbarbutton 动画不正确,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/10240600/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/10240600/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - rightbarbutton 动画不正确