How do I create an objective c class in xcode?
Answer / Durgesh Shekhar
"To create an Objective-C class in Xcode, you can use the 'New File...' option from the 'File' menu. Then select 'Objective-C class' and provide a name for your new class."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the way messaging works in objective-c?
What is an nsobject?
What is a block objective c?
What is the primary use of the category in the objective-c?
What is toll-free bridging and when is it useful?
When should you call dealloc method?
Does objective c have garbage collection?
Can objective c run on windows?
Explain the difference between #import and #include in objective-c?
How to call function in objective-c?
How dispatch_once runs only once?
Tell me something about objective-c blocks?