This commit is contained in:
jvernet 2016-01-03 16:06:53 +01:00 committed by Aaron Culliney
parent 680fbea853
commit 4de4fa6685
2 changed files with 13 additions and 1 deletions

View File

@ -44,6 +44,10 @@
{
cpu_resume();
}
- (IBAction)upSwipe:(id)sender
{
self.mainToolBar.hidden=NO;
}
- (IBAction)diskInsert:(id)sender
{
@ -110,4 +114,7 @@
}
}
- (void)dealloc {
[super dealloc];
}
@end

View File

@ -17,7 +17,7 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="center" translatesAutoresizingMaskIntoConstraints="NO" id="MKz-35-wcI">
<toolbar hidden="YES" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="center" translatesAutoresizingMaskIntoConstraints="NO" id="MKz-35-wcI">
<rect key="frame" x="0.0" y="564" width="600" height="36"/>
<constraints>
<constraint firstAttribute="height" constant="36" id="FMY-Nk-ouC"/>
@ -70,6 +70,11 @@
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
<pongPressGestureRecognizer allowableMovement="10" minimumPressDuration="0.5" id="qLb-uK-fyp">
<connections>
<action selector="upSwipe:" destination="BYZ-38-t0r" id="Cmc-PK-Rhh"/>
</connections>
</pongPressGestureRecognizer>
</objects>
<point key="canvasLocation" x="60" y="-290.49295774647885"/>
</scene>