0%

天天品尝 iOS7 甜点:系列汇总

参考:

  • Kingiol 的博客
  • GitHub 源码:shinobicontrols/iOS7-day-by-day

目录列表

  • 天天品尝 iOS7 甜点 :: Day 23 :: Multipeer Connectivity

    MultipeerConnectivity :iOS 7 推出的众多新框架的一种,它拓宽了操作系统中应用的范围。其目的是使开发者可以创建通过 Wi-Fi 或蓝牙在近距离建立连接的应用。参考

  • 天天品尝 iOS7 甜点 :: Day 22 :: Downloadable Fonts

    CoreText 框架的可下载字体特性。

  • 天天品尝 iOS7 甜点 :: Day 21 :: Multi-column TextKit text rendering

    使用 TextKit 框架创建多列布局的文字

  • 天天品尝 iOS7 甜点 :: Day 20 :: View controller content and navigation bars

    视图控制器导航栏

  • 天天品尝 iOS7 甜点 :: Day 19 :: UITableView Row Height Estimation

    UITableView 预估算行高

  • 天天品尝 iOS7 甜点 :: Day 18 :: Detecting Facial Features with CoreImage

    使用 AVFoundationCoreImage 实现面部识别功能

  • 天天品尝 iOS7 甜点 :: Day 17 :: iBeacons

    ibeacon: 一项低耗能蓝牙技术技术,可以允许近距离的通知和测距

  • 天天品尝 iOS7 甜点 :: Day 16 :: Decoding QR Codes with AVFoundation

    使用 AVFoundation 框架识别解码二维码

  • 天天品尝 iOS7 甜点 :: Day 15 :: CoreImage Filters

    图像过滤效果、生成二维码

  • 天天品尝 iOS7 甜点 :: Day 14 :: Interactive View Controller Transitions

    为模态视图控制器添加交互式视图转换

  • 天天品尝 iOS7 甜点 :: Day 13 :: Route Directions with MapKit

    MapKit 地图框架生成查询路线

  • 天天品尝 iOS7 甜点 :: Day 12 :: Dynamic Type and Font Descriptors

    TextKit 框架中的动态字体与字体描述符特性

  • 天天品尝 iOS7 甜点 :: Day 11 :: UIView Key-frame Animations

    视图关键帧动画

  • 天天品尝 iOS7 甜点 :: Day 10 :: Custom UIViewController Transitions

    为导航视图控制器添加自定义视图视图控制器转场

  • 天天品尝 iOS7 甜点 :: Day 9 :: Device Identification

    设备标识符

  • 天天品尝 iOS7 甜点 :: Day 8 :: Reading list with SafariServices

    使用 Safari 浏览器中的阅读列表

  • 天天品尝 iOS7 甜点 :: Day 7 :: Taking Snapshots of UIViews

    获取 UIView 对象的快照

  • 天天品尝 iOS7 甜点 :: Day 6 :: Tint Color

    使用 tintColor 属性

  • 天天品尝 iOS7 甜点 :: Day 5 :: UIDynamics with Collection Views

    把 UIKit 物理引擎添加到 UICollectionViews , 该 Demo 构建了一个水平的有弹性的旋转木马,然后会添加他们的动态效果

  • 天天品尝 iOS7 甜点 :: Day 4 :: AVSpeechSynthesizer

    语音合成

  • 天天品尝 iOS7 甜点 :: Day 3 :: Background Fetch

    后台提取特性,可以让 app 进行更新内容,不管 app 是否正在运行。

  • 天天品尝 iOS7 甜点 :: Day 2 :: Asset Catalog

    Asset Catalogs (资产分类), 它可以管理物理图像文件和这些文件的上下文信息。
    据说 iOS 11 中还可以在这里面统一管理颜色,非常强大!

  • 天天品尝 iOS7 甜点 :: Day 1 :: NSURLSession

    与 NSURLSession API 相关的内容。

  • 天天品尝 iOS7 甜点 :: Day 0 :: UIKit Dynamics

    UIKit Dyanmics 是 UIKit 下的一个二维的物理引擎,该 Demo 构建一个牛顿摆钟模拟重力实验。


写在后面的悄悄话:
这个系列的源码文章其实很久之前就看到了,但是一直深藏在 TODO List 中,就像买了一本书却没有去看的感觉。今年 7 月又开始了计划,结果又拖到了 9 月份,终于鼓起勇气每天学习一篇文章,也做了点源码解析的记录。其中很多边角的特性也没有仔细看。Anyway,总比什么都不做强吧,就是这样,不断与自己斗争、不断突破、就算命运千般捉弄我也不会低头,我是我命运的主宰,我是我灵魂的统帅。

欢迎关注我的其它发布渠道