Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I add objective c to swift project?



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

Post New Answer

More Objective-C Interview Questions

Is it possible to implement dealloc in arc?

1 Answers  


Why we use synthesize in objective c?

1 Answers  


What is a delegate objective c?

1 Answers  


What is difference between method and constructor?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


What is a .m file in xcode?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


Explain what is #import?

1 Answers  


What is m file?

1 Answers  


What are the important data types found in objective-c?

1 Answers  


What can objective c be used for?

1 Answers  


What is polymorphism in objective-c?

1 Answers  


Categories