摘要:
- (UIImage *)captureScreen { UIWindow *keyWindow = [[UIApplication sharedApplication] keyWindow]; CGRect rect = [keyWindow bounds]; UIGraphicsBeginIma 阅读全文
posted @ 2021-03-12 08:37
循序渐进A
阅读(89)
评论(0)
推荐(0)
摘要:
第一种方法: UIBlurEffect *effect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView *effectView = [[UIVisualEffectView alloc] init 阅读全文
posted @ 2021-03-12 08:36
循序渐进A
阅读(87)
评论(0)
推荐(0)
摘要:
修改UIWebView控件中字体的样式: NSString *htmlString = [NSString stringWithContentsOfFile:self.webPath encoding:NSUTF8StringEncoding error:nil]; UIFont *font = [ 阅读全文
posted @ 2021-03-12 08:35
循序渐进A
阅读(99)
评论(0)
推荐(0)
摘要:
有2种方式,可以在AppDelegate直接写: 第一种AFNetworkReachabilityManager: AFNetworkReachabilityManager *manage = [AFNetworkReachabilityManager >sharedManager]; [manag 阅读全文
posted @ 2021-03-12 08:29
循序渐进A
阅读(279)
评论(0)
推荐(0)

浙公网安备 33010602011771号