苹果官方文档
Adam.com
The power of now
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
苹果官方文档翻译——前言
前言接下来的日子里,笔者将会不定期更新一些官方文档的翻译。为什么要翻译官方文档呢?理由很简单:1可以锻炼英文能力 2可以调高IOS开发水平。文档源自苹果官方:网址:https://developer.apple.com/library/ios/navigation/官方文档的使用方法:http://blog.csdn.net/zhenggaoxing/article/det原创 2015-01-12 11:12:43 · 858 阅读 · 0 评论 -
IOS 自动布局指南2 自动布局概念(Auto Layout Concepts)
前言:这一片是翻译自动布局指南系列第二篇,书接上文,讲的是自动布局的概念Auto Layout Concepts(自动布局概念)The fundamental building block in Auto Layout is the constraint. Constraints express rules for the layout of elements in y翻译 2015-02-03 11:22:41 · 1556 阅读 · 5 评论 -
IOS 自动布局指南1 介绍(auto layout guide)
前言:只要你开发IOS,布局是你绕不开的一个弯,随着iPhone6的推出,苹果设备也面对着多设备适配的问题,传统的根据屏幕尺寸计算位置手动布局的方法,将会随着设备的尺寸增多越发的效率滴下。今天上网搜索,中文相关的适配教程都不是很合心意,于是抽出今天一天时间,翻译苹果文档:自动布局指南系列,鉴于水平有限,我列出原文,配上翻译,翻译不到位的地方,诸君可以直接看原文,闲话少许,我们开始。翻译 2015-02-03 10:18:43 · 1924 阅读 · 0 评论 -
IOS 集合视图指南7:自定义布局范例
Custom Layouts: A Worked Example (自定义布局的一个例子)Creating a custom collection view layout is simple with straightforward requirements, but the implementation details of the process may vary. Your layo翻译 2015-03-16 10:20:07 · 1743 阅读 · 0 评论 -
IOS 集合视图指南4:使用流布局
Using the Flow Layout(使用流布局)You can arrange items in your collection views using a concrete layout object, the UICollectionViewFlowLayout class. The flow layout implements a line-based break翻译 2015-03-16 10:08:43 · 1629 阅读 · 0 评论 -
IOS 集合视图指南2:集合视图基础
Collection View Basics(集合视图基础)To present its content onscreen, a collection view cooperates with many different objects. Some objects are custom and must be provided by your app. For example,翻译 2015-03-05 15:19:46 · 1650 阅读 · 0 评论 -
IOS 集合视图指南3:设计你的数据源和代理
Designing Your Data Source and Delegate(设计你的数据源和代理)Every collection view must have a data source object. The data source object is the content that your app displays. It could be an object from yo翻译 2015-03-16 10:04:50 · 1310 阅读 · 0 评论 -
IOS 集合视图指南6:创建自定义布局
Creating Custom Layouts(创建自定义布局)Before you start building custom layouts, consider whether doing so is really necessary. The UICollectionViewFlowLayout class provides a significant amount of beh翻译 2015-03-16 10:16:58 · 1416 阅读 · 0 评论 -
IOS 自动布局指南3:约束在界面生成器内是如何工作的
Working with Constraints in Interface BuilderThe easiest way to add, edit, or remove constraints is to use the visual layout tools in Interface Builder. Creating a constraint is as simple as Contr翻译 2015-02-11 14:55:05 · 2504 阅读 · 0 评论
分享