摘要: 一.概述 1.UIScrollView的contentSize, contentOffSet, contentInsets的作用和使用. 2.UIScrollView的一整个滚动过程的生命周期(开始滚动, 正在滚动, 结束滚动, 惯性减速结束滚动). 3.ScrollView的缩放 ... 阅读全文
posted @ 2015-11-29 16:39 sixleaves 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 定位于定位优化 1.定位的方案 最近在做项目, 遇到了一个问题就是 如何让iOS7~~iOS9的定位 .因为项目需求只是需要获取用户所在的城市, 而不用十分具体详细的精确定位, 服务端考虑用 区号 , 作为标识,但是看了百度的SDK, 不忍吐槽.最后决定用 高德 的SDK进行定位的开发.高... 阅读全文
posted @ 2015-11-22 14:17 sixleaves 阅读(1983) 评论(0) 推荐(0) 编辑
摘要: 操作系统, 信号量, iOS中的同步机制 阅读全文
posted @ 2015-10-19 01:29 sixleaves 阅读(1244) 评论(0) 推荐(0) 编辑
摘要: 1.GIT的基本概念、和增删改查基本操作。 2.共享版本库的搭建、.gitigonre忽略文件。 阅读全文
posted @ 2015-07-21 23:45 sixleaves 阅读(1642) 评论(1) 推荐(1) 编辑
摘要: 1.内存结构 2.多线程 阅读全文
posted @ 2015-07-11 22:25 sixleaves 阅读(1444) 评论(8) 推荐(0) 编辑
摘要: 1.事件派发 2.响应者链条 3.UIResponder 4.深度优先搜索与hitTest:withEvent: 阅读全文
posted @ 2015-07-07 01:46 sixleaves 阅读(1240) 评论(0) 推荐(1) 编辑
摘要: 1.SWPTabBar封装、接口设计 阅读全文
posted @ 2015-07-03 01:45 sixleaves 阅读(1114) 评论(0) 推荐(1) 编辑
摘要: 1.网易彩票第一季, 框架初步搭建。 阅读全文
posted @ 2015-07-02 01:54 sixleaves 阅读(818) 评论(0) 推荐(0) 编辑
摘要: 1.QQ聊天界面的布局和设计(IOS篇)-第二季 阅读全文
posted @ 2015-06-08 21:28 sixleaves 阅读(3729) 评论(3) 推荐(2) 编辑
摘要: 关于UIButton中的ContentEdgeInsets的深入研究 阅读全文
posted @ 2015-06-08 04:44 sixleaves 阅读(4458) 评论(3) 推荐(2) 编辑
摘要: QQUI-第一季。涉及到masonry框架的使用、MVC思想的应用。想要读懂博文需要有这两方面的知识,和IOS的高级控件的基础知识。 阅读全文
posted @ 2015-06-07 20:14 sixleaves 阅读(4542) 评论(0) 推荐(2) 编辑
摘要: 先提供下简书地址, 排版更好. 我的简书地址: http://www.jianshu.com/p/80e79c6d1511 UITextField相信很多的iOS开发者都会经常用到, 最近项目中遇到了一个问题.我把UITextField当成搜索框来用了, 结果呢, 用系统自带的键盘输入的时候, 会遇 阅读全文
posted @ 2016-04-15 18:56 sixleaves 阅读(578) 评论(0) 推荐(0) 编辑
摘要: UITableView, 缓存池, 使用注意和缓存思想. 阅读全文
posted @ 2015-12-09 01:38 sixleaves 阅读(885) 评论(0) 推荐(0) 编辑
摘要: iOS应用程序打包, 内测 阅读全文
posted @ 2015-11-15 01:57 sixleaves 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 使用NSThread创建线程的三种方式和区别. 阅读全文
posted @ 2015-10-16 00:26 sixleaves 阅读(8335) 评论(0) 推荐(0) 编辑
摘要: 1.IOS开发错误提示原因集合-----长期更新 阅读全文
posted @ 2015-08-28 20:01 sixleaves 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1.Divide and Conquer(Merge Sort), 分而治之的思想, 典型例子合并排序. 2.算法时间复杂度分析与证明 阅读全文
posted @ 2015-08-11 21:14 sixleaves 阅读(411) 评论(0) 推荐(0) 编辑