Hi all,
I have some questions. I dont know if there answers is already there on forum.
1. Terminate method written in our code will normally return to the UIKit terminate method. what if the terminate method of our code wont return to the UIKit?(infinite loop in terminate method of our code)
2. If there are multiple controller in the application then is there any master controller for the application who will judge which controller will handle any particular event?
3. .m file can contain C and Objective C code. Can we change the extension of C file from .c to .m and run it on the Xcode. Will Xcode be able to compile it and run it.
thanks in advance
I have some questions. I dont know if there answers is already there on forum.
1. Terminate method written in our code will normally return to the UIKit terminate method. what if the terminate method of our code wont return to the UIKit?(infinite loop in terminate method of our code)
2. If there are multiple controller in the application then is there any master controller for the application who will judge which controller will handle any particular event?
3. .m file can contain C and Objective C code. Can we change the extension of C file from .c to .m and run it on the Xcode. Will Xcode be able to compile it and run it.
thanks in advance