Open ytpm opened 4 years ago
Hey, did you solve this issue. Please let me know if you did. Cheers.
Hey, did you solve this issue. Please let me know if you did. Cheers.
tagListHeightConstraint.constant = self.tagList.intrinsicContentSize.height
tagListHeightConstraint is assigned from storyboard.
@yositsa Set your taglist height constraint's priority to 250, your tagList will increase in size automatically after this
@yositsa Set your taglist height constraint's priority to 250, your tagList will increase in size automatically after this
thank you bro, works perfectly
I have a specific tagView height, but when I add tags instead of increase the height, the tags are getting out of the view's frame.
How do I make it to fit it's content?