码迷,mamicode.com
首页 >  
搜索关键字:苹果官方文档    ( 110个结果
《iOS Human Interface Guidelines》——Page Control
本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解页面控制器的使用指南...
分类:移动开发   时间:2016-03-27 01:51:39    阅读次数:169
如何提高iOS开发技能
1,博客 2,看书 3,及时看WWDC,获取最新iOS知识 4,阅读苹果官方文档 5,多余同行交流 6,看开源项目的源码 7,多写代码,多思考 8,分享 之前一直不知道要怎么提升我的技术,现在找到答案了。我只想写我自己的博客,不管别人怎么说,别人的评价多么差,我写的只要我懂就行了。
分类:移动开发   时间:2016-03-23 16:59:04    阅读次数:211
《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
《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
110条   上一页 1 2 3 4 5 6 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!