摘要:
原始代码 [Export("tableView:cellForRowAtIndexPath:")]public UITableViewCell GetCell (UITableView tableView, NSIndexPath indexPath){ var cell=new UITableViewCell(); cell=tableView.DequeueReusableCell("MyCell"); if (cell != null) { UISwitch myUISwitch = new UISwitch (); myUISwitch.Valu 阅读全文
posted @ 2012-09-25 17:23
Bruce Lee
阅读(2329)
评论(3)
推荐(2)