From 11db27de8853f277d356e879e97bd9cd7b7fc2f0 Mon Sep 17 00:00:00 2001 From: "Murugan, Vimal" Date: Thu, 5 Sep 2019 18:54:35 +0530 Subject: [PATCH] space updated --- .../TopLabelsAndBottomButtonsTableViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCoreUI/LegacyControllers/TopLabelsAndBottomButtonsTableViewController.m b/MVMCoreUI/LegacyControllers/TopLabelsAndBottomButtonsTableViewController.m index 8862170b..f48a7fd9 100644 --- a/MVMCoreUI/LegacyControllers/TopLabelsAndBottomButtonsTableViewController.m +++ b/MVMCoreUI/LegacyControllers/TopLabelsAndBottomButtonsTableViewController.m @@ -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;