Swiftify offers various methods of converting your Objective-C code to Swift. If you use AppCode for development rather than Xcode, you can convert a selection of lines of code or an entire file right from the editor using Swiftify’s AppCode plugin.
The Advantages
AppCode’s extensibility makes it a perfect IDE for migrating your Objective-C projects to Swift gradually, on a per-file basis. It enables you to:
- Convert .h and .m file pairs simultaneously, unlike Swiftify’s Xcode extension, which can only process a single file at a time due to the limitations of Xcode Source Editor extensions.
- Automatically update the Xcode project file thanks to the built-in AppCode project file parser.
- Do the entire conversion without leaving AppCode or using external tools.
Comments
0 comments
Please sign in to leave a comment.