Merge branch 'bugfix/tableheaderview_height_update' into 'develop'
Bugfix/tableheaderview height update See merge request BPHV_MIPS/mvm_core_ui!130
This commit is contained in:
commit
ebc8080abe
@ -119,7 +119,7 @@
|
||||
#pragma mark - Sizing
|
||||
|
||||
+ (CGFloat)getWidth {
|
||||
UIViewController *controller = [MVMCoreUISession sharedGlobal].splitViewController ?: [MVMCoreUISession sharedGlobal].navigationController;
|
||||
UIViewController *controller = [MVMCoreUISession sharedGlobal].splitViewController.navigationController ?: [MVMCoreUISession sharedGlobal].navigationController;
|
||||
if (controller) {
|
||||
return CGRectGetWidth(controller.view.bounds);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user