
iOS-视图
文章平均质量分 84
baoyy
这个作者很懒,什么都没留下…
展开
-
将像素绘制到屏幕上去
转自:http://answerhuang.duapp.com/index.php/2013/09/04/pixels-get-onto-the-screen/ 原文链接:http://www.objc.io/issue-3/moving-pixels-onto-the-screen.html#pixels 一个像素是怎样绘制到屏幕上去的?有多种方式将一些东西映射到显示屏转载 2014-03-14 11:06:44 · 1080 阅读 · 0 评论 -
理解Scroll View
转自:http://answerhuang.duapp.com/index.php/2013/11/04/understanding-scroll-view/ 原文链接:Understanding Scroll Views 可能你很难相信,UIScrollView和一个标准的UIView差异并不大,scroll view确实会多一些方法,但这些方法只是UIView一些属性的表面转载 2014-03-14 11:08:31 · 537 阅读 · 0 评论 -
自定义 Collection View 布局
转自:http://answerhuang.duapp.com/index.php/2013/11/20/custom_collection_view_layouts/ 原文出自:http://www.objc.io/issue-3/collection-view-layouts.html UICollectionView在iOS6中转载 2014-03-14 11:10:12 · 987 阅读 · 0 评论 -
自定义控件
转自:http://objcio.com/blog/2014/03/10/custom-controls/ 本文由 Migrant 翻译自 Custom Controls,转载请注明出处。 本文将讨论一些自定义视图和控件的诀窍和技巧。我们先对UIKit已经提供给我们的控件做一个概览,介绍一些渲染技巧。随后我们会深入到视图和它们的所有者之间的通信策略,并简略探讨辅助功能,本地化和转载 2014-03-14 11:11:40 · 1133 阅读 · 0 评论 -
自动布局
转自:http://answerhuang.duapp.com/index.php/2013/10/11/advanced-auto-layout-toolbox/ 原文链接:http://www.objc.io/issue-3/advanced-auto-layout-toolbox.html 在我的上一个项目中,因为是面向公司内部使用的客户端,所以我直接抛弃了iOS5,在项目中转载 2014-03-14 11:21:25 · 804 阅读 · 0 评论