Objc2Swift is a project from Yahoo Japan! that converts Objective-C code to a Swift syntax.
While the code generated will likely still need some work this makes for a great starting point, and should save a large amount of tedious work.
XCSwiftr from Ignacio Romero Zurbuchen is an Xcode plugin that utilizes Objc2Swift allowing you to quickly convert a selection of code within the Xcode code editor.
You can find XCSwiftr on Github here.
You can find Objc2Swift on the homepage.
Nice tools for changing Objective-C code to Swift.
Original article: Objc2Swift & XCSwiftr – Objective-C To Swift Code Converter Tool And Xcode Plugin
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools