我想要的是将我所有的委托方法集中到一个类中。我可以使用它的默认值,也可以覆盖委托方法。ViewController
{ // Do any additional setup after loading the viewtableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
我正在创建几个NSView类,所有这些类都支持一个特殊的操作,我们称之为transmogrify。也是一个NSView。theSuperView = myView.superView // error: TransmogrifiableView does not have a property called 'superview'
我不知道如何要求实现我的协议的所有类都是<em