Archie Reyes
Archie Reyes

Reputation: 527

Converting my Objective-C codes to 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?

Upvotes: 1

Views: 817

Answers (1)

Fogh
Fogh

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

Related Questions