AliSoftware / AliSoftware/OHAttributedLabel
lineSpacing not working
Aberta
- Linguagem predominante
- Objective-C
- Estrelas
- 1.5k
- Forks
- 341
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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;
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.