MvvmCross: How do I use the MvxTableViewController

2019-08-09 21:34发布

I don't see the constructor that takes a nibname for the MvxTableViewController. I do see it for MvxViewController.

1条回答
该账号已被封号
2楼-- · 2019-08-09 22:35

The nib-based constructor isn't currently exposed by MvvmCross - so you can only currently do this by:

Obviously you can also just use a regular MvxViewController with a Nib that just contains a single UITableView

查看更多
登录 后发表回答