xplan ios start
This commit is contained in:
38
xplan-ios/Base/UI/BaseViewController.h
Normal file
38
xplan-ios/Base/UI/BaseViewController.h
Normal file
@@ -0,0 +1,38 @@
|
||||
//
|
||||
// BaseViewController.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by zu on 2021/8/31.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface BaseViewController : UIViewController
|
||||
|
||||
/**
|
||||
显示/隐藏导航
|
||||
*/
|
||||
- (void)hideNavigationBar;
|
||||
|
||||
/**
|
||||
隐藏导航栏
|
||||
*/
|
||||
- (void)showNavigationBar;
|
||||
|
||||
|
||||
/**
|
||||
显示/隐藏状态栏
|
||||
*/
|
||||
- (void)showStatusBar;
|
||||
|
||||
|
||||
/**
|
||||
隐藏状态栏
|
||||
*/
|
||||
- (void)hideStatusBar;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user