随笔分类 -  iOS SDK

iOS 监听横屏竖屏 隐藏状态栏
摘要:BOOL _isFullScreen; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(rotated:) name:UIDeviceOrientationDidChangeNotification 阅读全文

posted @ 2020-11-21 10:30 coderiding 阅读(272) 评论(0) 推荐(0)

iOS14.2 获取top viewcontroller
摘要:- (UIViewController *)mx_topVC { UIWindow *kW = nil; if (@available(iOS 13.0, *)) { for (UIWindowScene* windowScene in [UIApplication sharedApplicatio 阅读全文

posted @ 2020-11-19 10:26 coderiding 阅读(425) 评论(0) 推荐(0)

UIActivityIndicatorView
摘要:继承自 UIView UIResponder NSObject 符合(遵守) CVarArg Equatable Hashable NSCoding NSTouchBarProvider UIAAccessibilityIdentification UILargeContentViewerItem 阅读全文

posted @ 2020-11-18 09:59 coderiding 阅读(216) 评论(0) 推荐(0)