What is a .m file in xcode?
Answer / Mohini Singh
.m files in Xcode are source code files for Objective-C classes and objects. They typically contain both the class implementation (methods) and interface (header file) wrapped together.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is class extension? Why do we require them?
Explain the difference between uiwindow and uiview?
What is extern objective c?
What is m files document management?
When will you use nsarray and nsmutablearray? Which one is faster?
Who calls dealloc method?
What is 'protocol' on objective c?
Is objective c dynamically typed?
Can we implement dealloc in arc? If yes, what is the need to do that?
Why swift is faster than objective c?
What is a category in objective c?
What is enum constant?