Commit b176368e4484b7394377858af4b2c7f14784def7
1 parent
880888c0
搬入达人发布动态界面(未展示) 修改导航按钮颜色修改方法 文创精品特别定制背景滚动视图不可滑动设置修改
Showing
5 changed files
with
9 additions
and
22 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSNavButton.h
| ... | ... | @@ -51,34 +51,21 @@ typedef NS_ENUM(NSUInteger, DSImagePosition) { |
| 51 | 51 | |
| 52 | 52 | #pragma mark - 标题属性 |
| 53 | 53 | |
| 54 | -/** | |
| 55 | - 标题 | |
| 56 | - */ | |
| 54 | +/// 标题 | |
| 57 | 55 | @property (nonatomic,copy,nonnull) NSString * title; |
| 58 | -/** | |
| 59 | - 标题大小 | |
| 60 | - */ | |
| 56 | +/// 标题大小 | |
| 61 | 57 | @property (nonatomic,strong,nonnull) UIFont * font; |
| 62 | -/** | |
| 63 | - 标题颜色 | |
| 64 | - */ | |
| 58 | +/// 标题颜色 | |
| 65 | 59 | @property (nonatomic,strong,nonnull) UIColor * titleColor; |
| 66 | 60 | |
| 67 | 61 | #pragma mark - 图片属性 |
| 68 | 62 | |
| 69 | -/** | |
| 70 | - 图片 | |
| 71 | - */ | |
| 63 | +/// 图片 | |
| 72 | 64 | @property (nonatomic,strong,nonnull) UIImage * image; |
| 73 | -/** | |
| 74 | - 图片大小 | |
| 75 | - */ | |
| 65 | +/// 图片大小 | |
| 76 | 66 | @property (nonatomic,assign) CGSize imageSize; |
| 77 | - | |
| 78 | -/* | |
| 79 | - 图片颜色用tintColor修改 | |
| 80 | - */ | |
| 81 | - | |
| 67 | +/// 图片颜色 | |
| 68 | +@property (nonatomic,strong,nullable) UIColor * imageColor; | |
| 82 | 69 | /// 图片位置 |
| 83 | 70 | @property (nonatomic,assign) DSImagePosition imagePosition; |
| 84 | 71 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type