Hello, has anyone compared the performance difference between the two tableViews, post and pre widget 2.0 and has the overall performance of the tableView increased with the new one? I’m wondering because we have a pretty big app that is heavily based on both the tableView and the scrollView of the very first widget lib (With some minor adjustments done by us after the widget became open source). Is it worth it migrating the entire code from old to new and would you see some performance improvements in terms of scrolling, etc?
Our current tableViews contain lots of display objects and other stuff which slow down the performance of the old tableView a bit.
Thanks in advance