mono - Creating Protocol/Delegate in Monotouch -
i'm bit confused how create custom protocol/delegate type in monotouch.
the obj-c equivalent
@protocol cellcontroller - (uitableviewcell *)tableview:(uitableview *)tableview cellforrowatindexpath (nsindexpath *)indexpath; @optional - (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath; @end
does implementation have abstract class, interface or what?
i'm sure not complicated, can't head around it. code example helpful, getting pointed in right direction still extremely helpful
cheers
r
so ended doing creating interface , using :)
Comments
Post a Comment