0

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/

4

1 に答える 1