File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,6 @@ - (UITableView *)tableViewWithStyle:(UITableViewStyle)style
255
255
{
256
256
_tableView = [[UITableView alloc ] initWithFrame: CGRectZero style: style];
257
257
_tableView.translatesAutoresizingMaskIntoConstraints = NO ;
258
- _tableView.backgroundColor = [UIColor whiteColor ];
259
258
_tableView.scrollsToTop = YES ;
260
259
_tableView.dataSource = self;
261
260
_tableView.delegate = self;
@@ -269,7 +268,6 @@ - (UICollectionView *)collectionViewWithLayout:(UICollectionViewLayout *)layout
269
268
{
270
269
_collectionView = [[UICollectionView alloc ] initWithFrame: CGRectZero collectionViewLayout: layout];
271
270
_collectionView.translatesAutoresizingMaskIntoConstraints = NO ;
272
- _collectionView.backgroundColor = [UIColor whiteColor ];
273
271
_collectionView.scrollsToTop = YES ;
274
272
_collectionView.dataSource = self;
275
273
_collectionView.delegate = self;
You can’t perform that action at this time.
0 commit comments