• <i id='MN88A'><tr id='MN88A'><dt id='MN88A'><q id='MN88A'><span id='MN88A'><b id='MN88A'><form id='MN88A'><ins id='MN88A'></ins><ul id='MN88A'></ul><sub id='MN88A'></sub></form><legend id='MN88A'></legend><bdo id='MN88A'><pre id='MN88A'><center id='MN88A'></center></pre></bdo></b><th id='MN88A'></th></span></q></dt></tr></i><div id='MN88A'><tfoot id='MN88A'></tfoot><dl id='MN88A'><fieldset id='MN88A'></fieldset></dl></div>
    <tfoot id='MN88A'></tfoot>

      • <bdo id='MN88A'></bdo><ul id='MN88A'></ul>
    1. <legend id='MN88A'><style id='MN88A'><dir id='MN88A'><q id='MN88A'></q></dir></style></legend>

        <small id='MN88A'></small><noframes id='MN88A'>

        “开始/结束外观转换的不平衡调用"在带有 Storyboard 的 XCode 4 中以模态方式推送视图时发出

        时间:2023-05-17

      1. <legend id='v1emr'><style id='v1emr'><dir id='v1emr'><q id='v1emr'></q></dir></style></legend>

        • <i id='v1emr'><tr id='v1emr'><dt id='v1emr'><q id='v1emr'><span id='v1emr'><b id='v1emr'><form id='v1emr'><ins id='v1emr'></ins><ul id='v1emr'></ul><sub id='v1emr'></sub></form><legend id='v1emr'></legend><bdo id='v1emr'><pre id='v1emr'><center id='v1emr'></center></pre></bdo></b><th id='v1emr'></th></span></q></dt></tr></i><div id='v1emr'><tfoot id='v1emr'></tfoot><dl id='v1emr'><fieldset id='v1emr'></fieldset></dl></div>

          <small id='v1emr'></small><noframes id='v1emr'>

            <tfoot id='v1emr'></tfoot>

              • <bdo id='v1emr'></bdo><ul id='v1emr'></ul>
                  <tbody id='v1emr'></tbody>
                  本文介绍了“开始/结束外观转换的不平衡调用"在带有 Storyboard 的 XCode 4 中以模态方式推送视图时发出警告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  在网络上进行了一些研究但没有成功,我来这里问你关于我的警告的问题.

                  After some research on the web without success, I come here to ask you the question about my warning.

                  实际上,我有一个带有导航控制器的视图 V1,我想在 V1 完成加载后推送一个模态视图 V2.所以我使用 performSegueWithIdentifier 方法(我正在使用情节提要).这是我的代码:

                  Actually, I have a view V1 with a navigation controller and I want to push a modal view V2 when V1 has finished loading. So I use the performSegueWithIdentifier method (I'm using storyboard). Here is my code:

                  [self performSegueWithIdentifier:@"showConnexionViewSegue" sender:self];
                  

                  当我编译时,我收到了这个警告:

                  And when I compile, I got this warning:

                  Unbalanced calls to begin/end appearance transitions for <UINavigationController: 0x6849b30>
                  

                  谁能帮帮我?

                  推荐答案

                  听起来你可能在 -viewWillAppear: 中执行 segue 从而生成两个 -viewWillAppear:没有 2 条对应 -viewDidAppear 消息的消息.

                  It sounds like you may be performing the segue in -viewWillAppear: thus generating two -viewWillAppear: messages without 2 corresponding -viewDidAppear messages.

                  尝试在-viewDidAppear中执行segue.

                  Try performing the segue in -viewDidAppear.

                  这篇关于“开始/结束外观转换的不平衡调用"在带有 Storyboard 的 XCode 4 中以模态方式推送视图时发出警告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:当我从导航控制器推送时如何隐藏导航栏? 下一篇:在 uinavigationcontroller 中转换为横向旋转

                  相关文章

                • <i id='uF2Th'><tr id='uF2Th'><dt id='uF2Th'><q id='uF2Th'><span id='uF2Th'><b id='uF2Th'><form id='uF2Th'><ins id='uF2Th'></ins><ul id='uF2Th'></ul><sub id='uF2Th'></sub></form><legend id='uF2Th'></legend><bdo id='uF2Th'><pre id='uF2Th'><center id='uF2Th'></center></pre></bdo></b><th id='uF2Th'></th></span></q></dt></tr></i><div id='uF2Th'><tfoot id='uF2Th'></tfoot><dl id='uF2Th'><fieldset id='uF2Th'></fieldset></dl></div>
                    <legend id='uF2Th'><style id='uF2Th'><dir id='uF2Th'><q id='uF2Th'></q></dir></style></legend>
                      <bdo id='uF2Th'></bdo><ul id='uF2Th'></ul>

                    1. <small id='uF2Th'></small><noframes id='uF2Th'>

                      <tfoot id='uF2Th'></tfoot>