Pavel Kroupa
tabonx.bsky.social
Pavel Kroupa
@tabonx.bsky.social
iOS developer
TV & Movie Tracker - Epoch apple.co/4dQnlNH
Yes, but I’m not exactly sure what it was, since I figured out I had a lot of things broken or missing… it was most likely something to do with me not properly merging the error, and then it got stuck
May 17, 2025 at 7:35 AM
The text jitters/hitches, so I ended up using `List`, where it does not happen.
February 23, 2025 at 8:24 PM
Yes, I tried `.absolute` height with `UICollectionViewCompositionalLayout` and also `.estimated`. IIRC, I also tried something similar with `UITableView` in the past, where I used the already created SwiftUI view as a cell, and it still did not work, even with a single text view.
February 23, 2025 at 8:24 PM
PoC does not work… I tried to create a LazyVGrid with UICollectionView and UIHostingConfiguration, but it still hitches… I guess I'll try more UIKit.
February 23, 2025 at 7:40 PM
I also noticed that text hitches or jitters the same way in another component of my app, so I tried using UIKit directly with SwiftUI cells, but the same issue occurred. This did not happen when I used List or only UIKit.
February 23, 2025 at 7:23 AM
Yes, lazy containers do not destroy cells the same way UIKit containers do. I think they only destroy cells when you scroll up. That is a massive problem…
February 23, 2025 at 7:20 AM