提交1
parent
3fada76eb9
commit
dd962f21de
|
@ -90,7 +90,7 @@ static NSString *kUserAnnotationId = @"FATUserAnnotationViewId";
|
||||||
}
|
}
|
||||||
///bgView
|
///bgView
|
||||||
UIView* bgView = [[UIView alloc] initWithFrame:self.view.bounds];
|
UIView* bgView = [[UIView alloc] initWithFrame:self.view.bounds];
|
||||||
bgView.backgroundColor = isDark ? UIColor.blackColor : UIColor.whiteColor;
|
bgView.backgroundColor = isDark ? UIColor.orangeColor : UIColor.orangeColor;
|
||||||
[self.view addSubview:bgView];
|
[self.view addSubview:bgView];
|
||||||
|
|
||||||
self.view.backgroundColor = isDark ? UIColor.blackColor : UIColor.whiteColor;
|
self.view.backgroundColor = isDark ? UIColor.blackColor : UIColor.whiteColor;
|
||||||
|
|
Loading…
Reference in New Issue