iOS plugin editors

I started porting some of my plugins to iOS. Just wondering if anybody could share some advice on how to do the editor that is most consistent with what other plugins do. The plugin can either run as an App or AUv3.

Running standalone show an onscreen keyboard but as a plugin, hide it? How can you tell if you are standalone or plugin?

Also, it seems the host resizes your plugin and shape and size it wants. Do you relayout your UI for smaller sizes or scale it? It seems there can be a wide range of aspect ratios that need to be supported.

Any plugins that do this especially well I could look at for an example?

1 Like