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 |
What is instance variable objective c?
How to use swift protocol in objective c?
Is objective c, a dynamic language? True/false, explain.
Explain the difference between #import and #include in objective-c?
What is struct and enum?
Is objective c faster than swift?
What are the characteristics of the category?
What happen if we send any message to an object which is released?
Distinguish between @synthesize and @dynamic in objective –c?
What does @synchronized() do?
What is protocol in simple words?
What is the difference between nsdictionary and nsmutabledictionary?