翻译 ||《OC for Swift Developers》(目
![](https://img.haomeiwen.com/i1653744/40bb2341f30c8012.png)
OC for Swift Developers
写在前面
开坑日期是2017年3月12日,不知道什么时候可以填完呀。
从 swift 入门,然而苹果很多底层的东西还是 OC,既然选择了那就要学好的。监督自己好好看小天使给的这本书,目前想到的办法是一边翻译一边强迫自己理解。当然……语言风格……我选择自己的语言风格……
这里是目录,每篇的更新链接都会附在篇目后面。
希望自己可以早点达成成就啦~
Contents 目录
Preface 序言
地址:http://lyz.farbox.com/post/swift/fan-yi-%7C%7C-oc-for-swift-developers-xu-yan
Introduction 介绍
How this book is structured 本书结构
Real-world projects 真实项目
Do I love Objective-C? 我爱 Objective-C 吗?
Before we begin... 开始之前还有些事儿…
Dedication 献词
Overview 总览
Concepts 概念
Basic syntax 基础语法
Pointers 指针
The size of integers 整数运算
What is truth? 真相是什么?
Format specifiers 样式申明
Data types 数据类型
Strings 字符串
Numbers 数字
Arrays 数组
Dictionaries 字典
Sets 集合
Generics 泛型
NSValue NSValue
NSData NSData
NSObject NSObject
id and instancetype id and instancetype
NSError NSError
Blocks Blocks
Project 1: Hangman 第一个项目:猜词游戏
Classes 类
Introduction to classes 类的介绍
Methods 方法
Properties 属性
Creating objects 创建对象
Categories and class extensions 目录和类扩展
Protocols 协议
Nullability Nullability
Project 2: Sci-Fi Quotes 第二个项目:科幻引文
Preprocessor 预处理器
Inside the preprocessor 预处理器内部
Defining object-like macros 定义类对象宏命令
Metadata macros 元数据宏命令
Defining function-like macros 定义类函数宏命令
Project 3: Swifty Commits 第三个项目:swift 记事
Advanced Topics 进一步的话题
Automatic Reference Counting 自动计数机制
Autorelease pools 自动释放池
Objective-C++ OC++
本文标题:翻译 ||《OC for Swift Developers》(目
本文链接:https://www.haomeiwen.com/subject/qxyxnttx.html
网友评论