4
如何從Three20庫設置TTLauncherItem
的文字顏色爲黑色?我已經看到風格屬性是NSString
。Three20 TTLauncherItem style
我想分配是這樣的:
TTTextStyle *aux = [TTTextStyle styleWithFont:[UIFont boldSystemFontOfSize:12] color:RGBCOLOR(80, 80, 80) minimumFontSize:12 shadowColor:nil shadowOffset:CGSizeZero next:nil];
我已經看到有一些例子與繼承的樣式和覆蓋它的按鈕,但不存在像剛纔給予任何簡單的解決方案一種風格/顏色,我想TTLauncherItem
?