码迷,mamicode.com
首页 >  
搜索关键字:苹果官方    ( 443个结果
《iOS Human Interface Guidelines》——Web View
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解web视图的使用指南...
分类:移动开发   时间:2016-03-20 13:16:44    阅读次数:192
Autorelease pool
根据苹果官方文档中对 Using Autorelease Pool Blocks 的描述,我们知道在下面三种情况下是需要我们手动添加 autoreleasepool 的: 如果你编写的程序不是基于 UI 框架的,比如说命令行工具; 如果你编写的循环中创建了大量的临时对象; 如果你创建了一个辅助线程。
分类:其他好文   时间:2016-03-20 02:02:46    阅读次数:129
《iOS Human Interface Guidelines》——Split View Controller
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解分栏视图控制器的使用指南...
分类:移动开发   时间:2016-03-17 11:04:04    阅读次数:185
【翻译】苹果官网的命名规范之 Naming Properties and Data Types
苹果官方原文:Naming Properties and Data Types 前言:纯属练习英语和学习。翻译错误和不通顺的地方敬请谅解和指正。O(∩_∩)O 本节讲述了属性定义、变量、常量、通知和异常的常用命名规范。 l 定义属性和变量 一个属性定义会影响该属性的访问方法的定义。所以属性的命名规范
分类:移动开发   时间:2016-03-16 21:05:16    阅读次数:254
《iOS Human Interface Guidelines》——Popover
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解弹出框的使用指南...
分类:移动开发   时间:2016-03-15 10:55:05    阅读次数:239
《iOS Human Interface Guidelines》——Page View Controller
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解页面视图控制器的相关指南...
分类:移动开发   时间:2016-03-14 10:47:05    阅读次数:184
《iOS Human Interface Guidelines》——Map View
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解地图视图的使用指南...
分类:移动开发   时间:2016-03-13 14:38:27    阅读次数:231
《iOS Human Interface Guidelines》——Image View
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解图片视图的使用注意事项...
分类:移动开发   时间:2016-03-12 13:27:35    阅读次数:192
《iOS Human Interface Guidelines》——Container View Controller
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解容器视图控制器的使用指南...
分类:移动开发   时间:2016-03-11 12:21:58    阅读次数:162
《iOS Human Interface Guidelines》——Collection View
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解集合视图的使用指南...
分类:移动开发   时间:2016-03-11 10:26:40    阅读次数:184
443条   上一页 1 ... 14 15 16 17 18 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!