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 |
How to convert nsnumber to nsstring in objective c?
What are the blocks? How will you use them?
Is objective c difficult?
What is synthesize objective c?
What is id?
Can you write setter method for a retain property?
What is id type in objective c?
What are the two types of tangible property?
How do you call a method in objective c?
What are the three main types of property?
What does the gc () method?
What is the difference between property and instance variable?