andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

Any idea about how to manage dynamic height of AMTagListView? #68

Open ihs-Sharma opened 4 years ago

ihs-Sharma commented 4 years ago
 AMTagView.appearance().tagLength = 10
    AMTagView.appearance().textPadding = 14
    AMTagView.appearance().textFont = UIFont(name: "Futura", size: 14)
    AMTagView.appearance().tagColor = UIColor(red:0.12, green:0.55, blue:0.84, alpha:1)
andreamazz commented 4 years ago

Hey @ihs-Sharma please provide more context, not sure what's the purpose of the code you pasted from the sample project