Mixing juce and native code?

I’m thinking that it would be hard to make a full iPhone app with juce right now, and the way around it would be to use native windows and navigation (maybe some controls - settings window, alerts etc.) and put juce components into the iPhone windows for my main content. That would give me swipes for page changes (using OpenGL), standard scrolling etc. but the GUI I want within pages.

Has anyone tried this? It seems similar to a plug-in concept, so it’s obviously possible - any tips?

Bruce

I had tried it in on Mac OS, using juce 1.46 with little success. There were problem with mouse events. But things might have changed, since juce uses Objective-C now :smiley: .