Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnlui/AutoLayout
Auto Layout 秘境
https://github.com/johnlui/AutoLayout
autolayout ios swift
Last synced: 2 months ago
JSON representation
Auto Layout 秘境
- Host: GitHub
- URL: https://github.com/johnlui/AutoLayout
- Owner: johnlui
- License: mit
- Created: 2015-03-04T11:53:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T18:05:03.000Z (over 8 years ago)
- Last Synced: 2024-11-23T00:02:48.784Z (2 months ago)
- Topics: autolayout, ios, swift
- Language: Swift
- Homepage: https://lvwenhan.com/sort/autolayout-club
- Size: 11.4 MB
- Stars: 1,211
- Watchers: 56
- Forks: 187
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Layout 秘境
### 1.《Auto Layout 使用心得》系列文章代码仓库
### 2. 2015年9月24号 fir.im 组织的线下分享的 Keynote
### 3. Auto Layout 精仿著名页面
#### 开发环境
* OS X 10.11
* Xcode Version 7.3#### 文章链接
##### 1. [Auto Layout 使用心得(一)—— 初体验](http://lvwenhan.com/ios/430.html)
##### 2. [Auto Layout 使用心得(二)—— 实现三等分](http://lvwenhan.com/ios/431.html)
搭建过程:![pic](https://raw.githubusercontent.com/johnlui/AutoLayout/master/assets/b5e91425647800.gif)
##### 3. [Auto Layout 使用心得(三)—— 自定义 cell 并使用 Auto Layout](http://lvwenhan.com/ios/441.html)
##### 4. [Auto Layout 使用心得(四)—— 22 行代码实现拖动回弹](http://lvwenhan.com/ios/442.html)效果:
![pic](https://raw.githubusercontent.com/johnlui/AutoLayout/master/assets/b5e91427883570.gif)##### 5. [Auto Layout 使用心得(五)—— 根据文字、图片自动计算 UITableViewCell 高度](http://lvwenhan.com/ios/449.html)
效果:
![pic](https://raw.githubusercontent.com/johnlui/AutoLayout/master/assets/6.gif)##### 6. [Auto Layout 使用心得(六)—— 制造炫酷的下拉刷新动画](http://lvwenhan.com/ios/450.html)
效果:
![pic](https://raw.githubusercontent.com/johnlui/AutoLayout/master/assets/8.gif)#####有问题请直接在文章下面留言。
> ####喜欢此系列文章可以点击上面右侧的 Star 哦,变成 Unstar 就可以了! :stuck_out_tongue_winking_eye:
### License
本项目采用 [MIT license](http://opensource.org/licenses/MIT) 开源,你可以利用采用该协议的代码做任何事情,只需要保留源码中的版权声明即可。