How we can layout subviews in a view?
Explain application life cycle or application states?
Who calls dealloc method? Can we implement dealloc in arc?
What is an extension?
What is posing in objective c?
Can we have multiple uiwindows in ios?
Explain the difference between #import and #include in objective-c?
What is the difference between #import and #include in objective-c?
Can a static library (.a) contain resources like images, sound files etc?
What is the difference between underscore and self (i.e self.xx and _xx) ?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is a process and thread?
What are blocks and how are they used?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What are the adavantages of gcd over nsthread?