jjzjj

subscriptionNoticeLabel

全部标签

ios - TTTAttributedLabel 的链接点击颜色

我在我的项目中使用TTTAttributedLabel。我通过修改链接属性成功地更改了我创建的任何链接的默认颜色和下划线。NSArray*pKeys=[[NSArrayalloc]initWithObjects:(id)kCTForegroundColorAttributeName,(id)kCTUnderlineStyleAttributeName,nil];NSArray*pObjects=[[NSArrayalloc]initWithObjects:pAlertColor,[NSNumbernumberWithInt:kCTUnderlineStyleNone],nil];NSD

ios - TTTAttributedLabel 的链接点击颜色

我在我的项目中使用TTTAttributedLabel。我通过修改链接属性成功地更改了我创建的任何链接的默认颜色和下划线。NSArray*pKeys=[[NSArrayalloc]initWithObjects:(id)kCTForegroundColorAttributeName,(id)kCTUnderlineStyleAttributeName,nil];NSArray*pObjects=[[NSArrayalloc]initWithObjects:pAlertColor,[NSNumbernumberWithInt:kCTUnderlineStyleNone],nil];NSD