天天看点

《Swift开发实战》——导读

本节书摘来自异步社区《swift开发实战》一书中的目录,作者 李宁,更多章节内容可以访问云栖社区“异步社区”公众号查看

《Swift开发实战》——导读

目 录

内容简介

前 言

第1章 工欲善其事,必先利其器——swift语言基础

<a href="https://yq.aliyun.com/articles/95694">1.1节swift概述</a>

<a href="https://yq.aliyun.com/articles/95765">1.2节搭建开发环境</a>

<a href="https://yq.aliyun.com/articles/95784">1.3节使用xcode开发环境</a>

<a href="https://yq.aliyun.com/articles/95795">1.4节启动ios 8模拟器</a>

第2章 千里之行,始于足下——swift语言基础

<a href="https://yq.aliyun.com/articles/95803">2.1节千里之行,始于足下——swift语言基础</a>

<a href="https://yq.aliyun.com/articles/95809">2.2节简单值</a>

<a href="https://yq.aliyun.com/articles/95812">2.3节流程控制</a>

<a href="https://yq.aliyun.com/articles/95820">2.4节函数和闭包</a>

<a href="https://yq.aliyun.com/articles/95827">2.5节对象和类</a>

<a href="https://yq.aliyun.com/articles/95830">2.6节枚举和结构体</a>

<a href="https://yq.aliyun.com/articles/95833">2.7节协议和扩展</a>

<a href="https://yq.aliyun.com/articles/95839">2.8节泛型</a>

第3章 新语言,新特性——swift的基础语法

第4章 运算符

第5章 字符串和字符

第6章 表达式

第7章 集合类型

第8章 语句和流程控制

第9章 函数

第10章 闭包

第11章 枚举

第12章 类

第13章 构造函数和析构函数

第14章 属性

第15章 方法

第16章 下标脚本

<a href="https://yq.aliyun.com/articles/95861">16.1节下标脚本语法</a>

<a href="https://yq.aliyun.com/articles/95868">16.2节下标脚本用法</a>

<a href="https://yq.aliyun.com/articles/95880">16.3节下标脚本选项</a>

第17章 自动引用计数

第18章 泛型

第19章 可选链

第20章 类型检查和嵌套类型

第21章 混编开发

第22章 扩展

第23章 协议

第24章 sprite kit游戏开发