Remove unnecessary separator in wallpaper preview

This commit is contained in:
Ilya Laktyushin
2019-01-08 13:42:32 +04:00
parent 3c86219e5e
commit d64ce1b5eb

View File

@@ -201,7 +201,7 @@
_bottomView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 49.0f, _panelView.frame.size.width, separatorWidth)];
_bottomView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
_bottomView.backgroundColor = pallete.separatorColor;
[_panelView addSubview:_bottomView];
//[_panelView addSubview:_bottomView];
}
- (void)layoutControllerForSize:(CGSize)size duration:(NSTimeInterval)duration {