MvvmCross and Xcode Storyboard
问题 The storyboard xcode are supported in mvvmcross v3? If yes, how? There is an example? Thanks 回答1: MvvmCross doesn't really fit that well with Storyboards The reason is because Storyboards have some logic in them (eg Segue navigation) which really belongs inside actions in the MvvmCross ViewModels. With that said... if you just want to take advantage of data-binding then you can... just: add the MvvmCross assembly references modify your Storyboard app so it runs some minimal setup code use the