1

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:{ }]
4

2 に答える 2