AliSoftware / AliSoftware/OHAttributedLabel
Setting text color on links doesn't work in 3.5.3
Abierto
- Lenguaje dominante
- Objective-C
- Estrellas
- 1.5k
- Forks
- 341
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;
```
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.