luo
Results
2
issues of
luo
hi , your code in the Method `- (void)refreshHeight`,has a problem. The result of `measureHeight` is a float value,should not assign to the local var `newSizeH` which type is NSInteger....
` private func multiLineSizeState(rect: CGRect, size: CGSize) -> FontSizeState { // if rect within 10 of size if rect.height < size.height + 10 && rect.height > size.height - 10 &&...