Post

Replies

Boosts

Views

Activity

Reply to [UITableView _updateVisibleCellsNow:] IOS 13 Crash
Hello. In my case, problem was be with orthogonalScrollingBehavior when collection has active heightAnchor. I find two solutions: Switch this property to default and use configuration.scrollDirection instead Change heightAnchor to intrinsticContentSize of collection
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to UIStackView/AutoLayout performance with many subviews
Autolayout engine has cache, I think it's reason for bad memory usage, but reusable cells in UITableView/UICollectionView allows autolayout engine clear extra cache
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’23