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

      • <bdo id='o48jt'></bdo><ul id='o48jt'></ul>

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

    1. <tfoot id='o48jt'></tfoot>
    2. iOS - 如何检查模式视图是否存在

      时间:2023-05-16
            <tbody id='RlWEg'></tbody>
        1. <small id='RlWEg'></small><noframes id='RlWEg'>

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

                本文介绍了iOS - 如何检查模式视图是否存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                有没有办法检查模态视图是否存在?我只想在模式视图存在时运行一个方法.另外,如果我有多个模态视图,有没有办法检查某个模态视图是否存在.

                Is there a way to check if a modal view is present? I'd like to run a method only if a modal view is present. Also, if I have multiple modal views, is there a way to check if a certain modal view is present.

                我使用以下代码来呈现和关闭模式视图:

                I use the following code to present and dismiss modal views:

                    [self presentModalViewController:myModalView animated:YES];
                    [self dismissModalViewControllerAnimated:YES];
                

                提前谢谢你!

                干杯,埃文

                PS.我的模态视图有一个视图控制器,但我想检查模态视图是否存在于异步运行的单独类中.

                PS. My modal view has a view controller, but I'd like to check if the modal view is present from a separate class that is running asynchronously.

                推荐答案

                您是否从父视图控制器检查模态视图控制器的存在?如果是这样,您可以检查该视图控制器的 modalViewController 属性:

                Are you checking the presence of a modal view controller from the parent view controller? If so, you can just check that view controller's modalViewController property:

                BOOL modalPresent = (self.modalViewController);
                

                如果你想检查一个特定的模态视图控制器,你可以像这样获取模态视图控制器的类名:

                If you want to check for a particular modal view controller, you can get the modal view controller's class name like this:

                NSString *modalClassName = NSStringFromClass([self.modalViewController class]);
                

                这篇关于iOS - 如何检查模式视图是否存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:模态 UIImagePickerController 被解除时的 UIView 通知? 下一篇:如何在不占用整个屏幕的 UIView 上使用 UIModalTransitionStylePartialCurl?

                相关文章

                  <tfoot id='bGl4o'></tfoot>
                1. <small id='bGl4o'></small><noframes id='bGl4o'>

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