• <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 中以模态方式推送视图时发出

        quot;Unbalanced calls to begin/end appearance transitionsquot; warning when push a view in a modal way in XCode 4 with Storyboard(“开始/结束外观转换的不平衡调用在带有 Storyboard 的 XCode 4 中以模态方式推送视图时发出警告) - IT屋-程序员软件

      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 中以模态方式推送视图时发出警告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  iOS 6 rotations: supportedInterfaceOrientations doesn#180;t work?(iOS 6 旋转:supportedInterfaceOrientations 不起作用?)
                  CABasicAnimation rotate returns to original position(CABasicAnimation 旋转返回原始位置)
                  UITabBarController Rotation Issues in ios 6(ios 6 中的 UITabBarController 旋转问题)
                  iOS: How to run a function after Device has Rotated (Swift)(iOS:设备旋转后如何运行函数(Swift))
                  UIImageView Gestures (Zoom, Rotate) Question(UIImageView 手势(缩放、旋转)问题)
                  Responsive website on iPhone - unwanted white space on rotate from landscape to portrait(iPhone上的响应式网站-从横向旋转到纵向时不需要的空白)

                    <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>
                              <tbody id='uF2Th'></tbody>