I don't see the constructor that takes a nibname for the MvxTableViewController. I do see it for MvxViewController.
相关问题
- Xamarin. The name 'authorEntry does not exist
- Store data and global variables using the Applicat
- System.IO.MemoryMappedFiles on MonoTouch?
- Error installing MVVMCross from nuget into a PCL
- Is it possible to use NSUbiquitousKeyValueStore wi
相关文章
- Xamarin form MessagingCenter Unsubscribe is not wo
- Reload data on tab selected in a fragment using vi
- The type initializer for 'SQLite.SQLiteConnect
- What to use for AttributeName in Xamarin Mac
- mvvmcross expandablelistview
- How to use native C++ libraries in Mono for Androi
- Start an Activity from another Activity on Xamarin
- Xamarin build error: defining a default interface
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 singleUITableView