mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
disable back button in GL view
This commit is contained in:
parent
4f8ed4b8d4
commit
8a1967bd7f
5
TODO.txt
5
TODO.txt
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user