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:
Pfeil, Scott Robert 2019-09-05 09:49:15 -04:00
commit ebc8080abe

View File

@ -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 {