Commit 0b16c5c4fd17ed143c5f344d0f6bf19a18cfbbef
1 parent
cb7d77b8
0.3.9.014 webview添加原生刷新 优选库首页部分界面删除返回按钮
Showing
5 changed files
with
10 additions
and
2 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOMyGivingGiftsListViewController.h
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; | ... | ... |