-
Notifications
You must be signed in to change notification settings - Fork 65
Migration guide to version 3.x
Clément Le Provost edited this page Apr 11, 2016
·
4 revisions
Version 3 brought a few incompatible changes to the Swift client's public interface. This guide will help you adapt your code to work with the new version.
This guide only focuses on incompatible changes. For a complete list of all changes, please refer to ChangeLog.md
at the root of the repository.
NOTE: If you are coming from Objective-C, you should read the Objective-C to Swift migration guide first. This guide was created for version 2, but it still applies to version 3.
TODO