What is NSBundle and mainBundle in Objective-C?

Viewed 22090

Regarding Objective-C on iOS application, I read some sample program in the Apple developer website and I found that almost all of the applications contains a word called 'NSBundle' and 'mainBundle', and I really don't understand the meaning of this word. What is that?

3 Answers
Related