AliSoftware / AliSoftware/OHAttributedLabel

Setting text color on links doesn't work in 3.5.3

Aberta
#167 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Objective-C
Estrelas
1.5k
Forks
341
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Setting the text color on links in 3.4.3 works as expected, so this must be a new bug.

Here's the code I am using.

```
NSMutableAttributedString* addressStr = /*...*/;
NSRange someRange = /* range */;
[addressStr setLink:[NSURL URLWithString:@"location://store"] range:someRange];
[addressStr setTextColor:[UIColor clearColor] range:someRange];
addressStr.userInteractionEnabled = NO;
```

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.