feat: 初始化

This commit is contained in:
杭城小刘
2018-09-11 10:11:39 +08:00
committed by 杭城小刘
commit 8e5d2c9e7f
264 changed files with 12082 additions and 0 deletions

8
第一部分 iOS/1.18.md Normal file
View File

@@ -0,0 +1,8 @@
* 对于不能调节高度的控件比如 UISlider、UISwitch、UIProgressView 等控件的宽高可以用 \(仿射变化\)transform 属性控制高度。
```
myswitch.transform = CGAffineTransformMakeScale(1,5);
```