My MonoTouch.Dialog Reflection-generated form is in an UITabBar which is in a UINavigationControl. Works great.
When the user however clicks the list generated from the following:
[RadioSelection ("State"),Caption("State")]
public int alleged_violator_state_id = 0;
public IList<string> alleged_violator_state;
The list of states that appear is full screen, not part of the UINavigation. This is understandable as the parent of the dialog is a UITabBar.
Is there a way to have the state view have a back button. Right now the user can't get back from the State view. See images below: