Learn Objective-c after swift the opposit way
Migrate from Swift to Objective-c There is ton of material available on how to migrate from objective c to swift but believe me there is nothing on the opposite transition. No worry I will help you to get through it ! There is lot material for why should I need objective-c after learning swift but today I will give you some really important cut-short points: -The frameworks are written in Objective-C. -Objective-C is stable and well-tested. -Total you will find more than 80% iOS Developers are still with Objective C. -For Library of C++ you will need to talk to the C++ objects from Objective-C. Swift can call C functions, but I believe that if you are working with a lot of C functions and types, you will want to code in Objective-C. - Maintenance of legacy code. -Transition is going to TAKE time. - Objective-C is still the facto standard. -Debugging a “nasty” bug is not easy in swift. -The iOS developer community speaks Objective-C. - How long will ...