Commit 59224536b1242d4251c98e47f806d1e86327bd4d

Authored by zhangxiaowen
1 parent a2184432

no message

CNLiveSettingModule/Classes/AboutUs/CNLiveAboutUsController.m
@@ -222,7 +222,7 @@ static const NSInteger timeValue = 1.5; @@ -222,7 +222,7 @@ static const NSInteger timeValue = 1.5;
222 } 222 }
223 return _data; 223 return _data;
224 } 224 }
225 -#pragma mark - 懒加载 225 +
226 - (CNLiveSettingNavigationBar *)navigationBar { 226 - (CNLiveSettingNavigationBar *)navigationBar {
227 if (!_navigationBar) { 227 if (!_navigationBar) {
228 _navigationBar = [[CNLiveSettingNavigationBar alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, NavigationContentTop)]; 228 _navigationBar = [[CNLiveSettingNavigationBar alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, NavigationContentTop)];
CNLiveSettingModule/Classes/Controller/CNLiveSettingController.m
@@ -253,7 +253,7 @@ static const NSInteger timeValue = 1.5; @@ -253,7 +253,7 @@ static const NSInteger timeValue = 1.5;
253 } 253 }
254 return _data; 254 return _data;
255 } 255 }
256 -#pragma mark - 懒加载 256 +
257 - (CNLiveSettingNavigationBar *)navigationBar { 257 - (CNLiveSettingNavigationBar *)navigationBar {
258 if (!_navigationBar) { 258 if (!_navigationBar) {
259 _navigationBar = [[CNLiveSettingNavigationBar alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, NavigationContentTop)]; 259 _navigationBar = [[CNLiveSettingNavigationBar alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, NavigationContentTop)];
@@ -271,7 +271,7 @@ static const NSInteger timeValue = 1.5; @@ -271,7 +271,7 @@ static const NSInteger timeValue = 1.5;
271 _tableView.delegate = self; 271 _tableView.delegate = self;
272 _tableView.dataSource = self; 272 _tableView.dataSource = self;
273 _tableView.separatorStyle = UITableViewCellSeparatorStyleNone; 273 _tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
274 - _tableView.backgroundColor = [UIColor colorWithRed:235/255.0 green:235/255.0 blue:235/255.0 alpha:1.0]; 274 + _tableView.backgroundColor = [UIColor colorWithRed:242/255.0 green:242/255.0 blue:242/255.0 alpha:1.0];
275 _tableView.estimatedRowHeight = 0; 275 _tableView.estimatedRowHeight = 0;
276 _tableView.estimatedSectionHeaderHeight = 0; 276 _tableView.estimatedSectionHeaderHeight = 0;
277 _tableView.estimatedSectionFooterHeight = 0; 277 _tableView.estimatedSectionFooterHeight = 0;
CNLiveSettingModule/Classes/View/CNLiveSettingCell.m
@@ -132,7 +132,7 @@ static const NSInteger margin = 12; @@ -132,7 +132,7 @@ static const NSInteger margin = 12;
132 - (UIView *)line { 132 - (UIView *)line {
133 if (!_line) { 133 if (!_line) {
134 _line = [[UIView alloc] init]; 134 _line = [[UIView alloc] init];
135 - _line.backgroundColor = [UIColor colorWithRed:235/255.0 green:235/255.0 blue:235/255.0 alpha:1.0]; 135 + _line.backgroundColor = [UIColor colorWithRed:242/255.0 green:242/255.0 blue:242/255.0 alpha:1.0];
136 } 136 }
137 return _line; 137 return _line;
138 } 138 }