Hi all. How would one display a native window with some alert text and an OK button in iOS from within a juce application? I have never dealt with the iOS SDK directly (I have managed to do everything through JUCE so far). I thought I’d ask this basic question before trying to get a MPVolumeView to show up and function. Thanks for looking.
Native iOS gui alerts and other widgets
jfitzpat
#2
You can popup a native iOS UIAlertView using the NativeMessageBox class in Juce.
As far as doing more elaborate native views, search the forum, someone posted a good example on wrapping either the color picker or image picker in a juce friendly class.