I have an app I am working on that goes a few pages deep with StoryBoard, and has widget tableviews on each page. The first transition works fine, and removes the tableView properly, but the second transition gives me this error:
?:0: attempt to index field '\_border' (a nil value) stack traceback: [C]: ? ?: in function 'touch' ?: in function \<?:241\> ?: in function \<?:218\>
I have my tableView:deleteAllRows() in the scene:exitScene function on the previous page, and moving it to the scene being called doesn’t seem to help.
If I try a simple tableView:removeSelf() or a display.remove( tableView ), the simulator crashes.
Thoughts?