Commit b176368e4484b7394377858af4b2c7f14784def7
1 parent
880888c0
搬入达人发布动态界面(未展示) 修改导航按钮颜色修改方法 文创精品特别定制背景滚动视图不可滑动设置修改
Showing
5 changed files
with
9 additions
and
22 deletions
DSCnliveShopSDK.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'DSCnliveShopSDK' | 3 | s.name = 'DSCnliveShopSDK' |
| 4 | - s.version = '0.3.6.002' | 4 | + s.version = '0.3.6.003' |
| 5 | s.summary = 'cnlive电商SDK' | 5 | s.summary = 'cnlive电商SDK' |
| 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' | 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' |
| 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/4/13. | 5 | // Created by zhaolin on 2019/4/13. |
| 6 | // Copyright © 2019年 BIKE. All rights reserved. | 6 | // Copyright © 2019年 BIKE. All rights reserved. |
| 7 | -// 当前版本0.3.6.002 | 7 | +// 当前版本0.3.6.003 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSNavButton.h
| @@ -51,34 +51,21 @@ typedef NS_ENUM(NSUInteger, DSImagePosition) { | @@ -51,34 +51,21 @@ typedef NS_ENUM(NSUInteger, DSImagePosition) { | ||
| 51 | 51 | ||
| 52 | #pragma mark - 标题属性 | 52 | #pragma mark - 标题属性 |
| 53 | 53 | ||
| 54 | -/** | ||
| 55 | - 标题 | ||
| 56 | - */ | 54 | +/// 标题 |
| 57 | @property (nonatomic,copy,nonnull) NSString * title; | 55 | @property (nonatomic,copy,nonnull) NSString * title; |
| 58 | -/** | ||
| 59 | - 标题大小 | ||
| 60 | - */ | 56 | +/// 标题大小 |
| 61 | @property (nonatomic,strong,nonnull) UIFont * font; | 57 | @property (nonatomic,strong,nonnull) UIFont * font; |
| 62 | -/** | ||
| 63 | - 标题颜色 | ||
| 64 | - */ | 58 | +/// 标题颜色 |
| 65 | @property (nonatomic,strong,nonnull) UIColor * titleColor; | 59 | @property (nonatomic,strong,nonnull) UIColor * titleColor; |
| 66 | 60 | ||
| 67 | #pragma mark - 图片属性 | 61 | #pragma mark - 图片属性 |
| 68 | 62 | ||
| 69 | -/** | ||
| 70 | - 图片 | ||
| 71 | - */ | 63 | +/// 图片 |
| 72 | @property (nonatomic,strong,nonnull) UIImage * image; | 64 | @property (nonatomic,strong,nonnull) UIImage * image; |
| 73 | -/** | ||
| 74 | - 图片大小 | ||
| 75 | - */ | 65 | +/// 图片大小 |
| 76 | @property (nonatomic,assign) CGSize imageSize; | 66 | @property (nonatomic,assign) CGSize imageSize; |
| 77 | - | ||
| 78 | -/* | ||
| 79 | - 图片颜色用tintColor修改 | ||
| 80 | - */ | ||
| 81 | - | 67 | +/// 图片颜色 |
| 68 | +@property (nonatomic,strong,nullable) UIColor * imageColor; | ||
| 82 | /// 图片位置 | 69 | /// 图片位置 |
| 83 | @property (nonatomic,assign) DSImagePosition imagePosition; | 70 | @property (nonatomic,assign) DSImagePosition imagePosition; |
| 84 | 71 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type