08 2017 档案
摘要://设置毛玻璃效果 +(void)blurEffrct:(UIView *)view{ UIBlurEffect* effect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView* effectView = [[UIVisualEffectView alloc] initWith...
阅读全文
摘要:Healp 类方法里 调用 实例方法前边不带class 类方法带
阅读全文
摘要:oc Swift
阅读全文
摘要:let rootV = ViewController() let rootNav = UINavigationController.init(rootViewController: rootV) self.window?.rootViewController=rootNav
阅读全文
摘要:? 解释:这个对象还没赋值 可能为空 备注:如果在后面的某个函数中复制了就不会为空了,所以要给个? ! 解释:这个对象已经初始化了 备注:在声明后立即初始化
阅读全文

浙公网安备 33010602011771号