mirror of https://github.com/SnapKit/SnapKit
532 B
532 B
SnapKit 3.0 Migration Guide
SnapKit 3.0 has many breaking changes from earlier versions. You can read the changelog for more details.
- Upgrade SnapKit installation
- Find all
snp_
and replace withsnp.
- Find all
equalTo(UIEdgeInsets)
and ensure any right or bottom inset values are no longer inverted - Build and fix deprecated APIs
- Test every screen of UI to ensure visual compatibility
If you find any issues with migration please open an issue.