FlexBoxLayout
FlexBoxLayout copied to clipboard
报子线程刷新UI的错了
FBLayout.m: const CGSize sizeThatFits = [view sizeThatFits:(CGSize) { .width = constrainedWidth, .height = constrainedHeight, }];
错误:-[UILabel sizeThatFits:] must be used from main thread only
已fix