简体   繁体   中英

appDelegate Reference

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.

对于tableView委托,您引用UITableViewDelegate,因此,对于应用程序委托, UIApplicationDelegate是您应该参考的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM