Does AutoLayout use MainThread when calculating the size of the UILabel?In that case, I suspect that many rewrites will lock MainThread.
Also, is there a way to avoid using AutoLayout?
ios swift objective-c autolayout
I think MainThread will handle it, but I don't think there will be a lock in a typical iOS app configuration (unless you place 10,000 UILabels, etc.)
© 2024 OneMinuteCode. All rights reserved.