Displaying an UITableView in a JUCE iOS app?

Here is some code to display UITableView on iOS – just replace your PopupMenu by IOSPopupMenu and you will get native iOS menus instead of the JUCE ones – it works nicely, even if I don’t think I’ll replace all my PopupMenus with this one.

ios_popup_menu.h (671 Bytes)

ios_popup_menu.mm (11.5 KB)

3 Likes