Commit 0b16c5c4fd17ed143c5f344d0f6bf19a18cfbbef

Authored by 毕珂
1 parent cb7d77b8

0.3.9.014 webview添加原生刷新 优选库首页部分界面删除返回按钮

DSCnliveShopSDK.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'DSCnliveShopSDK'
4   - s.version = '0.3.9.013'
  4 + s.version = '0.3.9.014'
5 5 s.summary = 'cnlive电商SDK'
6 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
7 7 s.license = { :type => 'MIT', :file => 'LICENSE' }
... ...
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
... ... @@ -4,7 +4,7 @@
4 4 //
5 5 // Created by zhaolin on 2019/4/13.
6 6 // Copyright © 2019年 BIKE. All rights reserved.
7   -// 当前版本0.3.9.013
  7 +// 当前版本0.3.9.014
8 8  
9 9 #import <UIKit/UIKit.h>
10 10  
... ...
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOMyGivingGiftsListViewController.h
... ... @@ -21,6 +21,10 @@ NS_ASSUME_NONNULL_BEGIN
21 21 是否显示tabBar
22 22 */
23 23 @property (nonatomic,assign) BOOL isDisplayTabBar;
  24 +/**
  25 + 是否隐藏导航栏返回
  26 + */
  27 +@property (nonatomic,assign) BOOL isHiddenNavBack;
24 28  
25 29 @end
26 30  
... ...
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOrderListViewController.h
... ... @@ -22,6 +22,10 @@ typedef NS_ENUM(NSUInteger, DSOrderListDisplay) {
22 22 */
23 23 @property (nonatomic,assign) BOOL isNeedNavigationBar;
24 24 /**
  25 + 是否隐藏导航栏返回
  26 + */
  27 +@property (nonatomic,assign) BOOL isHiddenNavBack;
  28 +/**
25 29 查看界面
26 30 */
27 31 @property (nonatomic,assign) DSOrderListDisplay display;
... ...