brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

ConfirmThreeButtons not called on main thread on iOS #29

Open tougher opened 7 years ago

tougher commented 7 years ago

The ConfirmThreeButtons is missing the UIApplication.SharedApplication.InvokeOnMainThread(() => {}); part on iOS :-)