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...


Can I use objective c in swift?



Can I use objective c in swift?..

Answer / Nitin Yadav

No, you cannot directly use Objective-C code within Swift. However, you can call Objective-C APIs from Swift, and you can write a bridge header to allow Swift to access Objective-C classes and methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Why create a custom view?

1 Answers  


What is the isa member?

1 Answers  


What is id?

1 Answers  


What is protocol in objective-c?

1 Answers  


What is the difference between function and objective?

1 Answers  


What do you mean by cocoa?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


Where is objective c used?

1 Answers  


Is struct a class?

1 Answers  


How is #import different from #include?

1 Answers  


When would you use nsarray and nsmutablearray?

1 Answers  


What are the attributes of category?

1 Answers  


Categories