xamarin.ios - How do I show an iOS UIPopover in MvvmCross? -
after long time have returned problem, have rephrased question (hopefully) better example.
i have ios splitview app accounts , contacts. each account can have multiple contacts. on master view show list of accounts , on detail view display dialogview data account number , address selected account. 1 row in dialogview called "contacts" , when press want show uipopover list of account's contacts.
but create popover?
my thinking let view call on viewmodel accountviewmodel.showcontactscommand()the viewmodel calls showviewmodel<contactlistviewmodel>()and let presenter create uipopover.
but create uipopover need give uiview arrow. present has no knowledge of this.
another alternative create popover view. doesn't feel right, have access uiview need. don't know how create new contactlistview here (the presenter task).
Comments
Post a Comment