How to convert objective c project to swift?
Answer / Nitesh Anand
Converting an Objective-C project to Swift is not automatic and requires manual refactoring. You can use Xcode's 'New Swift File' command to create Swift files for your existing Objective-C classes, methods, and functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to implement dealloc in arc?
Explain immutable types in objective c programming language?
Is objective c superset of c?
How do you insert a block?
What is a class property?
What is a function file?
What is the difference between nsdictionary and nsmutabledictionary?
What is an m file?
Why swift is better than objective c?
What is better objective c or swift?
What is protocol in objective-c?
What are the advantages of swift over objective c?