Lagging on Phone

Hello,

In my Scene1 I am retrieving data into a tableView from the database, however, only in this Scene, it is really laggy on the Phone, smooth on the Simulator.

The scrolling of the tableView is also really laggy and not so smooth on the phone as it should be, like on the Simulator. Also, I have an overlay button where a menu slides in from the left side, which slides in really slow and laggy as well. It’s really strange becuase it only happens in this Scene, while Im also loading data from the Database in other Scenes. Also whenever I call gotoScene(scene1), it freezes for a sec and then changes the Scene.

The codes for retreiving the data and transitioning between Scenes is the same in each screen Im using. Might it be because of the Data (50 row)?

Would appreciate some help with this.