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?
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?
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.