AliSoftware / AliSoftware/OHAttributedLabel
lineSpacing not working
Abierto
- Lenguaje dominante
- Objective-C
- Estrellas
- 1.5k
- Forks
- 341
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
here is my code:
OHParagraphStyle\* paragraphStyle = [OHParagraphStyle defaultParagraphStyle];
paragraphStyle.lineSpacing = 0;
paragraphStyle.textAlignment=kCTJustifiedTextAlignment;
[attributedString setParagraphStyle:paragraphStyle range:NSMakeRange(0, attributedString.length)];
cell.bodyOHAttributedLabel.attributedText = attributedString;
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.