摘要: //获取系统版本号; float ver = [[UIDevice currentDevice] systemVersion].floatValue; NSLog(@"%f",ver); 阅读全文
posted @ 2016-05-20 15:37 有棱角的圆 阅读(130) 评论(0) 推荐(0) 编辑
摘要: [self.view.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)]; 阅读全文
posted @ 2016-05-20 15:25 有棱角的圆 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1. /* 图片显示 */ [self.imageView sd_setImageWithURL:[NSURL URLWithString:urlString]]; [self imageCachesWithUrl:[NSURL URLWithString:model.mediumLogo]]; 2 阅读全文
posted @ 2016-05-20 15:18 有棱角的圆 阅读(4015) 评论(0) 推荐(0) 编辑
摘要: 1.A类注册一个通知 [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(jump) name:@"jump" object:nil]; -(void)jump{ NSLog(@"A类中的通知");} 2. 阅读全文
posted @ 2016-05-20 15:03 有棱角的圆 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 打开终端,输入: 1.defaults write com.apple.finder AppleShowAllFiles -bool true 此命令显示隐藏文件defaults write com.apple.finder AppleShowAllFiles -bool false 此命令关闭显示 阅读全文
posted @ 2016-05-20 10:19 有棱角的圆 阅读(294) 评论(0) 推荐(0) 编辑