disable back button in GL view

This commit is contained in:
matthias.ringwald 2009-10-24 13:57:19 +00:00
parent 4f8ed4b8d4
commit 8a1967bd7f
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,10 @@
NEXT:
- prepare WiiMoteDemo for release
- auto-select Wiimote with name "Nintendo RVL-CNT-01"
- disable selection button
- disable back button in GL view somehow
- update text shown during connect
- improve user experience of BTstack Inquiry View
- shorter inquiry interval
- repeat inquiry while BT on
- allow to select device and stop inquiry
- CocoaTouch user interface
- add bluetooth on/off toggle
- on iPhone sleep, just turn off Bluetooth and disconnect all connections

View File

@ -15,7 +15,10 @@
self.view = view;
[view release];
self.title = @"WiiMote";
self.title = @"BTstack WiiMote Demo";
// disable back button
self.navigationItem.hidesBackButton = TRUE;
}
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {