1
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
self.myCategoryView.titleColor = [UIColor colorWithHex:0x1B1F1A];
|
||||
self.myCategoryView.titleSelectedColor = [UIColor whiteColor];
|
||||
self.myCategoryView.titleFont = [UIFont systemFontOfSize:12];
|
||||
// 关闭各种“放大”效果,保持选中与未选中宽度一致
|
||||
self.myCategoryView.titleLabelZoomEnabled = NO; // 关闭文字缩放
|
||||
self.myCategoryView.titleLabelZoomScale = 1.0;
|
||||
self.myCategoryView.cellWidthZoomEnabled = NO; // 关闭cell宽度缩放
|
||||
self.myCategoryView.cellWidthZoomScale = 1.0;
|
||||
|
||||
self.myCategoryView.selectedImageInfoArray = selectedImageNames;
|
||||
self.myCategoryView.loadImageBlock = ^(UIImageView *imageView, id info) {
|
||||
|
||||
Reference in New Issue
Block a user