2016年3月23日

摘要: mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-inscurl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh 阅读全文
posted @ 2016-03-23 22:15 walking_zmz 阅读(70) 评论(0) 推荐(0) 编辑
 
摘要: 把下列命令粘贴到终端上: 删除插件: 移除缓存 阅读全文
posted @ 2016-03-23 17:09 walking_zmz 阅读(153) 评论(0) 推荐(0) 编辑
 
摘要: NSArray *array = [NSArray array]; [array sortedArrayUsingComparator:^NSComparisonResult(id obj1, id obj2){ NSNumber index1 = [obj1 valueForKey:@"index 阅读全文
posted @ 2016-03-23 09:36 walking_zmz 阅读(200) 评论(0) 推荐(0) 编辑
 
摘要: CGSize contentSize :设置UIScrollView的滚动范围 CGPoint contentOffset :UIScrollView当前滚动的位置 UIEdgeInsets contentInset :这个属性可以在四周增加滚动范围 BOOL bounces 是否有弹簧效果 BOO 阅读全文
posted @ 2016-03-23 09:27 walking_zmz 阅读(1012) 评论(0) 推荐(0) 编辑
 
摘要: // 今天几号 - (NSInteger)day:(NSDate *)date{ NSDateComponents *components = [[NSCalendar currentCalendar] components:(NSCalendarUnitYear | NSCalendarUnitM 阅读全文
posted @ 2016-03-23 09:13 walking_zmz 阅读(63) 评论(0) 推荐(0) 编辑