-
-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Milestone
Description
According xcode, memory usage for a very simple app (Just a listview) is around 100MB, and cpu is 40% (1 thread is maxed out).
The weird thing is that cpu usage drops as soon as I scroll (and hold) the ListView
If I open a second listview, cpu jumps from 40% to 60%. Press/hold still brings it back to 0
Adrian-AGM and mcler