美文网首页
移除UIWindow的正确姿势

移除UIWindow的正确姿势

作者: 凤舞玖天 | 来源:发表于2022-07-19 17:14 被阅读0次

    The correct way to hide a window is to set the hidden property to YES. To remove it from UIApplication's windows property you just release the window (in ARC you set all references to nil).

    Of course you would want to have another window in place at this time.

    相关文章

      网友评论

          本文标题:移除UIWindow的正确姿势

          本文链接:https://www.haomeiwen.com/subject/wqksirtx.html