From 4e2c897cab6b53497a38c0a71430b22b64e102e8 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 14 Sep 2016 21:28:57 +1200 Subject: [PATCH] Add migration guide --- Documentation/SnapKit 3.0 Migration Guide.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/SnapKit 3.0 Migration Guide.md diff --git a/Documentation/SnapKit 3.0 Migration Guide.md b/Documentation/SnapKit 3.0 Migration Guide.md new file mode 100644 index 0000000..5d1ac13 --- /dev/null +++ b/Documentation/SnapKit 3.0 Migration Guide.md @@ -0,0 +1,11 @@ +## SnapKit 3.0 Migration Guide + +SnapKit 3.0 has many breaking changes from earlier versions. You can read the [changelog](https://github.com/SnapKit/SnapKit/blob/master/CHANGELOG.md) for more details. + +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.