What is umbrella header?
Answer / Kalpana Singh
In Objective-C, an Umbrella Header (PCH file) is a header file used to include all public headers of a project at once. It speeds up the compilation process by avoiding multiple includes of the same header files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is struct in objective c?
What is the isa member?
What is the difference between category and extension in objective c?
What is objective c in ios?
What are the main objectives of training?
What does it mean to be objective?
How to create thread in objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?
What is the difference between string and nsstring?
Can objective c run on windows?
What is the point of closures?
Mention what is the primary use of the category in the objective-c?