xmind
![](https://img.haomeiwen.com/i1609505/8dd943a585224a8e.jpg)
总结
-
继承NSObject类,可以对父类的构造函数重写;也可以使用KVC功能
-
参数引用不是强引用
-
创建远程仓库流程
- git clone +https网址:下载空仓库
touch .gitignore:创建gitignore忽略文件,gitignore忽略文件内容可以到github上去找:https://github.com/github/gitignore/blob/master/Swift.gitignore - git add . :将文件添加到缓存池中
- git commit -m “初始化”:将文件添加到本地仓库中
- git push:将本地仓库中的文件更新到远程仓库中
- git clone +https网址:下载空仓库
网友评论