我有以下类层次结构:
class ScrollableViewController: UIViewController,UITableViewDelegate { // ... }
这实现了一个UITableViewDelegate协议方法,例如的tableView:willDisplayCellAt:
在我的类SpecificScrollableViewController中,它继承自ScrollableViewController,新的可选协议方法不再被调用.的tableView(_:heightForRowAt 原文链接:https://www.f2er.com/iOS/336259.html