Nantes
Nantes copied to clipboard
Wrong bullet point format from html string
Describe the bug When using bullet points from html string transformed in attributed string only the first line is well formatted. After fist line break text is not aligned with first word
Smartphone (please complete the following information):
- iPhone

I also stumbled on a similar bug. It seems attributes set on the attributed string aren't used. When setting the attributedText property of the label, NantesLabel sets the text property of the label to attributedText.string, instead of setting the labels attributedText property to your attributed string.