iOS 10 (第0 章:前言)

scope of this book

总概:

  1. 第一部分:view, iOS app 的界面基本单位.我们能看见,能touch.让用户与app交互.解释view 的创建,组织,draw(绘制),layered(层级), 动画,和被触碰.
  2. 第二部分:解释viewController. 可能是最值得注意和重要的特征在iOS编程中.vc让views 能在一个windon中展示.也描述了Cocoa framework提供的每一种view.
  3. 第三部分:总结了最重要的iOS提供的framework.sound,video,user libraries,mail,maps,device sensors(传感器).
  4. 第四部分:files, networking, threading, and how to implement undo.
  5. 附录A:总结很重要的发送到app delegate上的生命周期时间消息.
  6. 附录B:分类一些有用的可以共用的swift使用的功能.这个需要注意.

有些区域没有完整讲解,只是大概的描述:

  • OpenGL
    一个开源的c语言的library,作用于:drawing,3d drawing,takes full advantage of graphics hardware.可能是最有效率的方式去draw(绘制),尤其是涉及到动画.iOS 组成了一个简单的OpenGL 版本,称为 OpenGL ES.(Apple's OpenGL Programming Guide for iOS这个里面有详解). OpenGL 界面配置,texture loading, shading, calculation are 简化使用在 GLKit framework.(see the GLKit Framework Reference).The Metal and Metal Kit and Model I/O classes allow you to increase efficincy and performance.
  • Sprite Kit
    Sprite Kit 提供一个内置的框架,作用是涉及2d 的动画游戏.
  • Scene Kit
    macOS 的一部分,使用它可以方便的构建3d游戏和图形交互.
  • Gameplay Kit
    提供写一个游戏app的基础
  • Accelerate
  • Game Kit
  • Advertising
  • Newsstand
  • Printing
  • Security
  • Accessibility
  • Telephone
  • Pass Kit
  • Health Kit
  • External accessories
  • Handoff
  • Spotlight
  • Siri Kit
    New in iOS10(see the SiriKit Programming Guide)

**conventions used **

<i>Italic</i>
Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width
Used for program listings, as well as within paragraphs to refer to program ele‐ments such as variable or function names, databases, data types, environmentvariables, statements, and keywords.

Constant width bold
Shows commands or other text that should be typed literally by the user.

Constant width italic
Shows text that should be replaced with user-supplied values or by values deter‐mined by context.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • afinalAfinal是一个android的ioc,orm框架 https://github.com/yangf...
    passiontim阅读 15,818评论 2 45
  • 我渴望强大但总是软弱 我渴望卓越但总滑向平庸 我渴望叛逆但从未放飞自我 我渴望自由但从未得到真正的自由 我高中就一...
    du_xzhe阅读 767评论 0 0
  • (作者:林馥泉·虎妞 转自扫叶山房) 第一章 概说 第一节 一般情形 1、形势 2、人口及社会组织 3、物产 4、...
  • 经过昨天一天的采访,大家都纷纷表示想要上采访,今天有更多的人,已经预约了采访,我们闲话休提,直接进入主题。今天...
    信长工阅读 274评论 0 0
  • 在过去,春节不放炮真是过不好,早在祭灶晚上,面条一做好,炮声少不了,这家停止那家放,这个接龙不空档,你家放完炮,我...
    菏叶母亲阅读 353评论 0 1

友情链接更多精彩内容