I have an app with multiple views and navigates via storyboards.
View 1 looks fine, but if I try to use the tab control on the bottom of the device (the black icons w/ wording), they don’t work. If I tap on a “+” button (created with the button widget), most of the time it doesn’t work. That said, when it does work, a list view and a button on view 1 shows up on view two (but it shouldn’t!) Both of those two items (and other items on view 1) are all inserted into a group within view 1 using:
local group = self.view
group:insert( myGarage ) -- the table list view
Everything pretty much works correctly in the Corona Simulator however. This is really puzzling me, any help would be greatly appreciated!
Thanks!!
[import]uid: 64538 topic_id: 33734 reply_id: 333734[/import]