XF-Material-Library
XF-Material-Library copied to clipboard
Radio Button not showing on iOS in SelectChoiceAsync
Radio button not showing on iOS for
int result = await MaterialDialog.Instance.SelectChoiceAsync(title: "Select location type",
choices: option);
On android radio button appears fine
iOS Version : >=13.0
Any update on this issue, it is really frustrating.
Same issue here. Same code works fine on Android but not iOS
dup of #327
Workaround: copy the "resources" folder into your iOS project (except the subfolders).
+1