esrever10

Results 1 comments of esrever10

I have a ugly solution, but worked. ``` CGFloat textWith = [self.valueLabel.text re_sizeWithFont:self.valueLabel.font].width; const CGFloat maxTextWith = 200.f; const CGFloat margin = 16.f; [self layoutDetailView:self.valueLabel minimumWidth:textWith]; [self layoutDetailView:self.placeholderLabel minimumWidth:[self.placeholderLabel.text re_sizeWithFont:self.placeholderLabel.font].width];...