i have a tableview , under that tableview i need to create a dialog element(RadioElement) ,which would have some cells to check and take user input . as this class is subclass of MvxTableViewController not MvxDialogViewController , I am not able to access rootElement,section and other things to achieve my goal .
So how can i create rootElement in a subclass of MvxTableViewController .
Any suggestion would be appriciated .
This doesn't sound like it's a straight-forward thing to do.
Monotouch.Dialog
is an impressively complex beast and it relies on a few properties and methods in the owning DialogViewController
.
It's probably easier to tackle your current problem by recoding your table as a Dialog and then adding custom cells to represent your non-Dialog cells.