I am in iPhone development since last 3 months.
Usually, While inserting a view Controller, I just right click on Classes & add new group.
& Within that group I just add my new view controller's .h, .m & .xib file.
Before my question, let's see what I have done in my project.
My questions are something like this
- Is it in proper way? What is the proper way?
- Should we put all .xib files under resources group?
- (If 2nd question's answer is yes) Why we have to place .xib file under resources?
- What is the exact way of grouping, when we have too many .h, .m & .xib files in project?
- When we create group, why xcode don't creat a directory in actual?