RNBlurModalView icon indicating copy to clipboard operation
RNBlurModalView copied to clipboard

Please fix for sizeWithFont:constrainedToSize:lineBreakMode deprecated in ios 7.0

Open rfunk82 opened this issue 9 years ago • 0 comments

  • (void)autoHeight { CGRect frame = self.frame; CGSize maxSize = CGSizeMake(frame.size.width, 9999); CGSize expectedSize = [self.text sizeWithFont:self.font constrainedToSize:maxSize lineBreakMode:self.lineBreakMode]; frame.size.height = expectedSize.height; [self setFrame:frame]; }

rfunk82 avatar Apr 21 '15 14:04 rfunk82