It is considered best practice in iOS to implement a Settings Bundle so the user can access your app settings from the iOS Settings app as well as from within your app. However, this is a unique concept to iOS. Given that, if you want to implement a settings UI, what is the recommended way to do it in Xamarin.Forms so that you get the Settings Bundle for iOS and still have a Settings View of some sort that is available on the other platforms?
↧