fix for popOverMenu on iPad
Change-Id: I31180bfe086b339ad0b11ad28e770bdf3335d423
This commit is contained in:
Binary file not shown.
@@ -492,6 +492,7 @@ static BOOL isBlank = NO;
|
|||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
[self.comManager.transmitter gotoSlide:0];
|
[self.comManager.transmitter gotoSlide:0];
|
||||||
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (!isBlank){
|
if (!isBlank){
|
||||||
[self.comManager.transmitter blankScreen];
|
[self.comManager.transmitter blankScreen];
|
||||||
@@ -499,6 +500,7 @@ static BOOL isBlank = NO;
|
|||||||
[self.comManager.transmitter resume];
|
[self.comManager.transmitter resume];
|
||||||
}
|
}
|
||||||
isBlank = !isBlank;
|
isBlank = !isBlank;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -288,7 +288,7 @@
|
|||||||
sectionHeader.font = [UIFont boldSystemFontOfSize:18];
|
sectionHeader.font = [UIFont boldSystemFontOfSize:18];
|
||||||
sectionHeader.textColor = [UIColor darkTextColor];
|
sectionHeader.textColor = [UIColor darkTextColor];
|
||||||
sectionHeader.text = sectionName;
|
sectionHeader.text = sectionName;
|
||||||
|
sectionHeader
|
||||||
UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, [self tableView:tableView heightForHeaderInSection:section])];
|
UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, [self tableView:tableView heightForHeaderInSection:section])];
|
||||||
[view addSubview:sectionHeader];
|
[view addSubview:sectionHeader];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user