菜鸟教程小白 发表于 2022-12-12 22:10:29

ios - 在 UIViewController 中添加 Storyboard 作为 subview


                                            <p><p>我正在创建一个可重复使用的 View ,为此我创建了一个单独的 <code>Storyboard</code>。这个可重用的 View 将被添加到不同的 <code>UIViewController</code> 是 <code>Main.StoryBoard</code> 中。为此,我遵循了 Storyboard引用。但我不确定如何将 <code>Storyboard</code> 作为 <strong>subview</strong> 添加到具有一定框架的 <code>UIViewController</code> 中。<br/>
如果您想截取我如何设计屏幕的屏幕截图,请告诉我。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>首先您需要从不同的 Storyboard中获取 Storyboard的引用。</p>

<pre><code>UIViewController *viewControllerToAdd =
    [instantiateViewControllerWithIdentifier:@&#34;viewForPopover&#34;];
</code></pre>

<p>//你写的是你单独创建的 Storyboard的名称,而不是 MainStoryboard</p>

<p>你写这些行</p>

<pre><code>;
;
;
</code></pre>

<p>应该这么多,我还没试过</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 UIViewController 中添加 Storyboard 作为 subview ,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/39566613/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/39566613/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 UIViewController 中添加 Storyboard 作为 subview