Mixing Juce and Standard iPhone Controls

Hi all,

I was just wondering how one would go about adding the controls from the standard iPhone SDK to a Juce project (something like adding the UIPickerView to an existing Juce project)? I am not sure how difficult this is going to be considering that the controls are written in Objective-C.

Well, all the juce stuff lives in a UIView so obviously it’s possible to add a UIView to it, but I’ve not written anything to actually do that for you. You’d need a class analogous to the NSViewComponent on the mac.