上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
摘要: http://www.cocoachina.com/ios/20150807/12949.html 取消点击状态栏scrollView会自动滚动到初始位置的功能 _scrollView.scrollsToTop = NO; 阅读全文
posted @ 2016-05-31 17:28 尘恍若梦 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1, http://blog.sina.com.cn/s/blog_407fb5bc01013v6s.html] 2,使用动态库 http://www.cocoachina.com/industry/20140613/8810.html 阅读全文
posted @ 2016-05-29 11:45 尘恍若梦 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1, 《招聘一个靠谱的iOS》面试题参考答案(上) 2, 招聘一个靠谱的 iOS http://ju.outofmemory.cn/entry/277868 阅读全文
posted @ 2016-05-22 16:39 尘恍若梦 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1,http://www.cnblogs.com/qingjoin/p/3515902.html 2,http://blog.csdn.net/u012269653/article/details/45669859 阅读全文
posted @ 2016-05-18 13:24 尘恍若梦 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1, memmove、memcpy和memccpy简介 http://www.cppblog.com/kang/archive/2009/04/05/78984.html 阅读全文
posted @ 2016-05-17 15:44 尘恍若梦 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1, Problem:$ git clone ssh://xxxx/yyy.gitCloning into 'yyy'...remote: Counting objects: 116720, doneremote: Finding sources: 100% (116720/116720)Write 阅读全文
posted @ 2016-04-21 10:15 尘恍若梦 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: 1、Mac 展示隐藏目录 显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles YES 隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles NO // 设 阅读全文
posted @ 2016-04-17 10:41 尘恍若梦 阅读(133) 评论(0) 推荐(0) 编辑
摘要: /** 初始化UICollectionView */ UICollectionViewFlowLayout *flowLayout=[[UICollectionViewFlowLayout alloc] init]; [flowLayout setScrollDirection:UICollectionViewScrollDirectionHorizo... 阅读全文
posted @ 2016-04-14 11:26 尘恍若梦 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 补充: 1,如何只克隆git仓库中的一个分支? git clone -b <branch> <remote_repo> eg: git clone -b vivien_dev http://10.XX.XX.XX/APPVivien-ios 2, 随便创建分支,然后push到服务器上去。例如: gi 阅读全文
posted @ 2016-03-23 14:57 尘恍若梦 阅读(336) 评论(0) 推荐(0) 编辑
摘要: UIView提供了很多建立和管理视图的方法。 1、添加视图 insertSubview:atIndex: //放在子视图数组的具体索引位置 insertSubview:aboveSubview: //某个子视图前面 insertSubview:aboveSubview: //某个子视图前面 2、重新 阅读全文
posted @ 2016-03-08 16:25 尘恍若梦 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页