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 .