Can you use swift and objective c together?
Answer / Ateequr Rehman
Yes, it is possible to use Swift and Objective-C together in a single project using bridging headers. However, Apple strongly encourages developers to migrate their projects to Swift when possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who calls dealloc method?
Explain what is #import?
Mention whether nsobject is a parent class or derived class.
How to add custom cell in uitableview in objective c?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
How is #import different from #include?
What is delegate? Can delegates be retained?
Are callbacks closures?
Explain the difference in xib/storyboard vs nib?
What are the attributes of category?
Is c++ objective c?
How do you add a category in objective c?