会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
walking_zmz
2016年3月23日
更新安装xcode7插件
摘要: 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
阅读(75)
评论(0)
推荐(0)
编辑
提交自己的插件包(package)
摘要: 把下列命令粘贴到终端上: 删除插件: 移除缓存
阅读全文
posted @ 2016-03-23 17:09 walking_zmz
阅读(153)
评论(0)
推荐(0)
编辑
数组包含字典-根据key排序
摘要: NSArray *array = [NSArray array]; [array sortedArrayUsingComparator:^NSComparisonResult(id obj1, id obj2){ NSNumber index1 = [obj1 valueForKey:@"index
阅读全文
posted @ 2016-03-23 09:36 walking_zmz
阅读(203)
评论(0)
推荐(0)
编辑
UIScrollerView常见属性
摘要: CGSize contentSize :设置UIScrollView的滚动范围 CGPoint contentOffset :UIScrollView当前滚动的位置 UIEdgeInsets contentInset :这个属性可以在四周增加滚动范围 BOOL bounces 是否有弹簧效果 BOO
阅读全文
posted @ 2016-03-23 09:27 walking_zmz
阅读(1014)
评论(0)
推荐(0)
编辑
自定义日历常用时间转换
摘要: // 今天几号 - (NSInteger)day:(NSDate *)date{ NSDateComponents *components = [[NSCalendar currentCalendar] components:(NSCalendarUnitYear | NSCalendarUnitM
阅读全文
posted @ 2016-03-23 09:13 walking_zmz
阅读(66)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理