TTTAttributedlabel
タップ可能なURL、名前などを簡単に使用できます。
1) に似たものを作成するにはどうすればよいCKLabelComponent
ですか?
2) を使用する必要がありますCKTextComponent
か?
[CKLabelComponent newWithLabelAttributes:{
.string = @"This shall be context This shall be context This shall be context This shall be context",
.font = [UIFont fontWithName:@"Baskerville" size:14]
}
viewAttributes:{
{@selector(setBackgroundColor:), [UIColor clearColor]},
{@selector(setUserInteractionEnabled:), @NO},
}
size:{ }]