美文网首页
在所有的视图上添加一个UIView包括navigation ba

在所有的视图上添加一个UIView包括navigation ba

作者: 代码干货 | 来源:发表于2015-08-31 09:26 被阅读117次

    <pre>
    UIView* myView = /* Your custom view /;
    UIWindow
    currentWindow = [UIApplication sharedApplication].keyWindow;
    [currentWindow addSubview:myView];
    </pre>
    参考链接:
    Add a UIView above all, even the navigation bar

    相关文章

      网友评论

          本文标题:在所有的视图上添加一个UIView包括navigation ba

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