updated the file
This commit is contained in:
parent
11db27de88
commit
63322a7d24
@ -289,8 +289,8 @@
|
|||||||
|
|
||||||
UIView *headerView = self.headerView;
|
UIView *headerView = self.headerView;
|
||||||
UIView *tableHeader = [[UIView alloc] initWithFrame:CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 0)];
|
UIView *tableHeader = [[UIView alloc] initWithFrame:CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 0)];
|
||||||
[MVMCoreUIUtility sizeViewToFit:headerView];
|
[MVMCoreUIUtility sizeViewToFit:headerView];
|
||||||
|
|
||||||
CGRect frame = tableHeader.frame;
|
CGRect frame = tableHeader.frame;
|
||||||
frame.size.height = CGRectGetHeight(headerView.frame);
|
frame.size.height = CGRectGetHeight(headerView.frame);
|
||||||
tableHeader.frame = frame;
|
tableHeader.frame = frame;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user