菜鸟教程小白 发表于 2022-12-12 12:17:41

ios - xcode标签栏 Controller 用代码更改所选项目


                                            <p><p>首先,我使用的是 Xcode 6 和 Objective-c。我想用按钮或用代码自动更改标签栏屏幕我该怎么做。另一个问题可能是我做这个不同的 View 而不是标签栏 Controller 的项目。</p>

<pre><code>- (IBAction)backButton:(id)sender
{
    ProfileSide *vc = (ProfileSide *)[objectAtIndex:1];
    ;
    ;
}
</code></pre>

<p>我尝试了此代码部分但无法正常工作。 ProfileSide 类第 3 项标签栏 Controller 的名称。</p>

<pre><code>ProfileSide *vc1 = ;
;
</code></pre>

<p>也有这个代码部分,但是当我使用这个标签栏时会消失。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><pre><code>;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - xcode标签栏 Controller 用代码更改所选项目,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/26588767/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/26588767/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - xcode标签栏 Controller 用代码更改所选项目