Understanding @Protocols in Objective-C

前端 未结 5 1068
一整个雨季
一整个雨季 2020-12-11 12:38

I am a beginner to programming, and a beginner to Objective-C. I learned basic C and decided to start learning Objective-C. I am reading \"Programming in Objective C 2.0\" b

5条回答
  •  没有蜡笔的小新
    2020-12-11 13:20

    You could have a class that is a UIViewController, and it implements several protocols, such as UITableViewDelegate, UITableViewDataSource. A class can do more than one thing.

提交回复
热议问题