From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:44:34 +0800 Subject: [PATCH] bug修复和功能优化 --- screendisplay/Pods/SDCycleScrollView/SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/SDCycleScrollView/SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h b/screendisplay/Pods/SDCycleScrollView/SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h new file mode 100755 index 0000000..3a229ba --- /dev/null +++ b/screendisplay/Pods/SDCycleScrollView/SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h @@ -0,0 +1,51 @@ +// +// SDCollectionViewCell.h +// SDCycleScrollView +// +// Created by aier on 15-3-22. +// Copyright (c) 2015��� GSD. All rights reserved. +// + +/* + + ********************************************************************************* + * + * ������������ ������SDCycleScrollView������QQ������185534916 ������������ + * + * ������������������������������������������������������bug������������������������������������������������������������������������bug��� + * ��������������������� + * ������������:GSD_iOS + * Email : gsdios@126.com + * GitHub: https://github.com/gsdios + * + * ���������������������������SDAutoLayout������ + * ���������������������������������������Cell���Tableview������������������Label���ScrollView��������������������������� + * ���������������������AutoLayout������ + * ���������������http://www.letv.com/ptv/vplay/24038772.html + * ���������������https://github.com/gsdios/SDAutoLayout/blob/master/README.md + * GitHub���https://github.com/gsdios/SDAutoLayout + ********************************************************************************* + + */ + + + +#import <UIKit/UIKit.h> + +@interface SDCollectionViewCell : UICollectionViewCell + +@property (weak, nonatomic) UIImageView *imageView; +@property (copy, nonatomic) NSString *title; + +@property (nonatomic, strong) UIColor *titleLabelTextColor; +@property (nonatomic, strong) UIFont *titleLabelTextFont; +@property (nonatomic, strong) UIColor *titleLabelBackgroundColor; +@property (nonatomic, assign) CGFloat titleLabelHeight; +@property (nonatomic, assign) NSTextAlignment titleLabelTextAlignment; + +@property (nonatomic, assign) BOOL hasConfigured; + +/** ��������������������� */ +@property (nonatomic, assign) BOOL onlyDisplayText; + +@end -- Gitblit v1.8.0