Main point of Application Delegate class
- by ahmet732
What's the main point behind putting variables and method signatures inside ApplicationDelegate.h in Objective-C ? By doing this, all those methods and variables are seen by another view controller classes? Is that the point?
And also: is there only one application delegate class inside each project?