在 MT.Dialog 中,Source类具有:
public override UITableViewCell GetCell (UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath)
{
......
}
在我的课堂上:
public class BaseDialogViewController : DialogViewController
我如何覆盖public override UITableViewCell GetCell
这不起作用:
public override GetCell ....
谢谢
注意:我正在尝试实施: http: //fastchicken.co.nz/2012/05/20/earnest-debrief-visual-styles-in-ios-apps-uiappearence-custom-sections-in-monotouch-dialog/