Is there a list of delegate methods for iOS/Mac apps?
I can’t seem to find an Apple-sanctioned reference for the available methods.
What I’m looking for (ideally) is something like the UITableViewDelegate Protocol Reference, but for (obviously) AppDelegates.
For tableView delegate you refer UITableViewDelegate, so, for application delegate
UIApplicationDelegateis what you should refer.