0
我想設置部分在UITabelLabelCell屬性。
原貼過時的OBJ-C代碼/方法下面
這是代碼來設置用於UITable內節標題的字體。我正在嘗試爲iOS7 +採用此代碼。
的OBJ-C代碼
[[UILabel appearanceWhenContainedIn:[UITableViewHeaderFooterView class], nil] setFont:[UIFont fontWithName:@"MyFont" size:8]];
我認爲它應該是這個樣子(並非一定):
UILabel.appearanceForTraitCollection(trait: UITraitCollection)
,但我無法抄寫UITraitCollection
。
可能重複[appearanceWhenContainedIn在Swift](http://stackoverflow.com/questions/24136874/appearancewhencontainedin-in-swift) – akashivskyy 2015-01-04 14:54:06