문제

There is no support for selecting from a list in MOnotouch.dialog. I have searched for anything that can be amended to be used in MvvmCross.Dialog but there seems to be nothing that even works with iOS7.

Has anyone managed to solve this problem? ATM I'd live with anything that got the job done (UIPickerView, radio group) whatever really. I just haven't managed to find anything that works. I'm loathed to roll my own if this is a solved problem.

도움이 되었습니까?

해결책

The radio group provides the functionality to pick an item inside a list in monotouch.dialog It's used in the "Dessert" selection in https://github.com/MvvmCross/MvvmCross-Tutorials/blob/master/DialogExamples/DialogExamples.Touch/Views/FirstView.cs - I just tested this sample on ios7 and it seems to be working for me

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top