What is .m file in xcode?
Answer / Sangam Pandey
.m files in Xcode are Objective-C source files that contain implementation details of your application. They typically include the actual code for a class or functions, and can also contain instance variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention which class can you use for parsing of xml in iphone?
What do you understand by protocol?
Does objective c have pointers?
What is a protocol in objective c?
What is gcd? What are its advantages over nsthread?
What is protocol with example?
Is objective c similar to java?
What is a process and thread?
What is difference between c and objective c?
What is a block objective c?
What are objective- c blocks?
What is a dispatch method?