Skip to content

Commit 5cecc4a

Browse files
committed
更新README.md
1 parent 3a9d03f commit 5cecc4a

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# MySampleCode
22

3-
这个项目用于存储我博客中的demo
3+
由于demo比较多,我就把所有的都合并到这个项目中,因此很抱歉您需要下载整个repo才能查看其中的某一个demo。
4+
5+
不过都是些源码,下载速度非常快。我更建议您使用`git clone`,这样以后更新时是要`git pull`就可以了,避免了重复下载的麻烦。
6+
7+
# 快速索引
8+
[简书]()[bestswifter]()
9+
这些demo都是用来配合我的博客,你可以选择在简书或我的个人博客阅读文章,水平有限欢迎指正。
10+
11+
* 你应该知道的Swift小tips:[简书](http://www.jianshu.com/p/a11c6060176c)
12+
* 你其实真的不懂print("Hello,world"):[简书](http://www.jianshu.com/p/abb55919c453)[bestswifter](http://bestswifter.com/helloworld/)
13+
* OC的runtime小故事:[简书](http://www.jianshu.com/p/295cd2b6b42e)
14+
* Swift多线程`map`函数实现:[简书](http://www.jianshu.com/p/ed61c56ed200)[bestswifter](http://bestswifter.com/parallelmap/)
15+
* 细说OC中的`load``initialize`方法:[简书](http://www.jianshu.com/p/d25f691f0b07)[bestswifter](http://bestswifter.com/load-and-initialize/)
16+
* UIKit性能调优实战讲解:[简书](http://www.jianshu.com/p/619cf14640f3)[bestswifter](http://bestswifter.com/uikitxing-neng-diao-you-shi-zhan-jiang-jie/)
17+
* Swift递归枚举与红黑树:[简书](http://www.jianshu.com/p/ad09e1f404b0)
18+
* 史上最简单的UIScrollView+Autolayout出坑指南:[简书](http://www.jianshu.com/p/f7f1ba67c3ca)[bestswifter](http://bestswifter.com/uiscrollviewwithautolayout/)

SwiftMysterious/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Swift中你应该知道的一些有用的tips
2+
3+
这份代码是[《Swift中你应该知道的一些有用的tips》](http://www.jianshu.com/p/a11c6060176c)一文的demo,主要介绍了Swift中很不错,但也很容易忽视的小tip

load/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 细说OC中的load和initialize方法
2+
3+
这份代码是[《细说OC中的load和initialize方法》](http://www.jianshu.com/p/d25f691f0b07)一文的demo,主要介绍了OC中的`load``initialize`方法

0 commit comments

Comments
 (0)