How do I add objective c to swift project?
Answer / Rishabh Bajpai
To add Objective-C files to a Swift project, you need to follow these steps: 1. Right-click on the project name in the Project Navigator and select 'New Target'. 2. Choose 'Objective-C class' or another appropriate template for your needs. 3. Name the new target and click Finish. 4. Drag the newly created .m and .h files into the Swift file(s) where you want to use them. You can now import the Objective-C header file in your Swift code with the following line: import YourObjectiveCCategoryName-Swift.h
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to implement dealloc in arc?
Why we use synthesize in objective c?
What is a delegate objective c?
What is difference between method and constructor?
How to initialize nsmutabledictionary in objective c?
What is a .m file in xcode?
Can a static library (.a) contain resources like images, sound files etc?
Explain what is #import?
What is m file?
What are the important data types found in objective-c?
What can objective c be used for?
What is polymorphism in objective-c?