space updated

This commit is contained in:
Murugan, Vimal 2019-09-05 18:54:35 +05:30
parent a3e60ef4ac
commit 11db27de88

View File

@ -290,6 +290,7 @@
UIView *headerView = self.headerView;
UIView *tableHeader = [[UIView alloc] initWithFrame:CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 0)];
[MVMCoreUIUtility sizeViewToFit:headerView];
CGRect frame = tableHeader.frame;
frame.size.height = CGRectGetHeight(headerView.frame);
tableHeader.frame = frame;