Reputation: 527
I have an existing App that was constructed using Objective-C.
My question is. How can I convert my App to use Swift code or do I have to recreate my App using Swift code?
Upvotes: 1
Views: 817
Reputation: 1295
You can't just convert your code to Swift. You would have to rewrite it.
Keep in mind that you can use both Swift and Objective-C together in the same project.
Swift and Objective-C in the Same Project
Upvotes: 1