FlexBoxLayout icon indicating copy to clipboard operation
FlexBoxLayout copied to clipboard

报子线程刷新UI的错了

Open yunyyyun opened this issue 7 years ago • 1 comments

FBLayout.m: const CGSize sizeThatFits = [view sizeThatFits:(CGSize) { .width = constrainedWidth, .height = constrainedHeight, }];

错误:-[UILabel sizeThatFits:] must be used from main thread only

yunyyyun avatar Apr 05 '18 17:04 yunyyyun

已fix

carlSQ avatar Apr 06 '18 10:04 carlSQ