I am trying to use a native UIPopOverController
in my App. I am writing the code in Lua
. I am planning to use Wax
to integrate Objective-C
and Lua
. However, I don't know how to do this.
I'd like the popover to have a Header and then a list of options, sort of like the photo below.
How to integrate UIPopOver
in my Application using Lua
?