FBLayout.m: const CGSize sizeThatFits = [view sizeThatFits:(CGSize) { .width = constrainedWidth, .height = constrainedHeight, }]; 错误:-[UILabel sizeThatFits:] must be used from main thread only
FBLayout.m:
const CGSize sizeThatFits = [view sizeThatFits:(CGSize) {
.width = constrainedWidth,
.height = constrainedHeight,
}];
错误:-[UILabel sizeThatFits:] must be used from main thread only