Resultados da pesquisa a pedido "tttattributedlabel"

1 a resposta

Token de truncamento clicável TTTAttributedLabel

Eu tenho um TTTAttributedLabel e especifiquei um token de truncamento atribuído personalizado para ele: NSAttributedString *atributedTruncationToken = [[[NSAttributedString alloc] initWithString:@" More..." attributes:@{ ...

6 a resposta

Cor da torneira do link para TTTAttributedLabel

Estou usando um TTTAttributedLabel no meu projeto. Consegui alterar a cor padrão e o sublinhado de qualquer link que eu crie modificando os atributos do link. NSArray *pKeys = [[NSArray ...

2 a resposta

Os links TTTAttributedLabel estão sendo estilizados, mas não clicáveis

Estive procurando uma solução para fazer funcionar os links clicáveis. Eu posso fazer isso funcionar ao usar UITextView + NSAttributedString, mas ele simplesmente não realiza o auto-pagamento corretamente quando é um UITableViewCell. Agora ...