我的
This commit is contained in:
@@ -19,9 +19,13 @@
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
[self.view insertSubview:self.bgImageView atIndex:0];
|
||||
[self updateBgImage:QXConfig.backgroundImage];
|
||||
[self initSubViews];
|
||||
if (self.isNoChangeBgImage) {
|
||||
/// 不参与换肤
|
||||
}else{
|
||||
[self updateBgImage:QXConfig.backgroundImage];
|
||||
}
|
||||
[self setNavgationItems];
|
||||
[self initSubViews];
|
||||
[self getData];
|
||||
self.page = 1;
|
||||
}
|
||||
@@ -41,6 +45,11 @@
|
||||
- (void)getData{
|
||||
|
||||
}
|
||||
|
||||
-(void)setNavigationTintColor:(UIColor *)navigationTintColor{
|
||||
_navigationTintColor = navigationTintColor;
|
||||
[self.backBtn setImage:[[UIImage imageNamed:@"back"] imageByTintColor:navigationTintColor] forState:(UIControlStateNormal)];
|
||||
}
|
||||
-(void)setNavgationItems{
|
||||
UIButton*backBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 44, 44)];
|
||||
[backBtn setImage:[UIImage imageNamed:@"back"] forState:(UIControlStateNormal)];
|
||||
|
||||
Reference in New Issue
Block a user