Recently @ToddKerpelman and I converted a reference iOS Google Cast app to Swift. […]
Blame me being lazy. I didn’t want to do to the mundane work of declaring each variable and function in Swift.
I decided to take a leap of faith and try a converter tool as a starter.
[…]
What I received looked like a Swift code.
There were double definitions of the variables as they got imported from both .h and .m.
Some of the definitions that should’ve been on the top of the file were on the bottom.
But in general, it looked like I saved tons of hours of mundane work to fix dots and parentheses.
Because of the original code, I even saw definitions like private(set) public var.
[…]
Swiftify saved us valuable time instead of converting the project line by line.
(As long as you [know] it’s not going to do all work for you. It’ll be a guesstimate.)
Comments
0 comments
Please sign in to leave a comment.