SDAutoLayout
SDAutoLayout copied to clipboard
UITableViewCell上子控件自动宽度,出现bug
[self.contentView setupAutoWidthFlowItems:@[_nameLabel,_moneyLabel,_protateLabel] withPerRowItemsCount:3 verticalMargin:0 horizontalMargin:0 verticalEdgeInset:0 horizontalEdgeInset:6];self.是cell,如果这样布局,当点击cell的时候,就卡死了,CPU达到99%,UI界面卡死