2017年3月21日

Swift3.0 延时执行

摘要: //延时1s执行 DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + Double(Int64(1*NSEC_PER_SEC))/Double(NSEC_PER_SEC)) { //code } 阅读全文

posted @ 2017-03-21 11:06 MJ_Angel 阅读(1898) 评论(0) 推荐(0) 编辑

实现毛玻璃效果

摘要: UIBlurEffect*blurView = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; shareView.visualEffectView= [[UIVisualEffectView alloc] initWithEffect: blurView]; shareView.visualEffectView.frame=CG... 阅读全文

posted @ 2017-03-21 11:05 MJ_Angel 阅读(203) 评论(0) 推荐(0) 编辑

导航