Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// GiGaBaseViewController.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/13.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface GiGaBaseViewController : UIViewController<UIGestureRecognizerDelegate,UINavigationControllerDelegate>
|
||||
{
|
||||
UIView *emptyView;
|
||||
}
|
||||
|
||||
//- (void)setNavigationViewWithBGColor:(UIColor *)bgColor TitleColor:(UIColor *)titleColor;
|
||||
//- (void)setNavigationViewHidden:(BOOL)hidden;
|
||||
//- (void)addBackButtonWithImageName:(NSString *)imageName;
|
||||
//- (void)setBackButtonHidden:(BOOL)hidden;
|
||||
//- (void)setNavigationViewBottomLineHidden:(BOOL)hidden;
|
||||
//
|
||||
//- (void)addRightButtonWithBGImageName:(NSString *)rightImageName action:(SEL)rightAction;
|
||||
//
|
||||
//- (void)addRefreshHeaderFooterForTableView:(UITableView *)tableView
|
||||
// refreshHeaderSelector:(SEL)refreshHeaderSelector
|
||||
// refreshFooterSelector:(SEL)refreshFooterSelector;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user