SnapKit/Documentation/SnapKit 3.0 Migration Guide.md

12 lines
524 B
Markdown
Raw Normal View History

2016-09-14 17:28:57 +08:00
## SnapKit 3.0 Migration Guide
2016-10-07 17:56:16 +08:00
SnapKit 3.0 has many breaking changes from earlier versions. You can read the [notes on releases](https://github.com/SnapKit/SnapKit/releases) for more details.
2016-09-14 17:28:57 +08:00
1. Upgrade SnapKit installation
2. Find all `snp_` and replace with `snp.`
3. Find all `equalTo(UIEdgeInsets)` and ensure any right or bottom inset values are no longer inverted
4. Build and fix deprecated APIs
5. Test every screen of UI to ensure visual compatibility
If you find any issues with migration please open an issue.