mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +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:
|
NEXT:
|
||||||
- prepare WiiMoteDemo for release
|
- prepare WiiMoteDemo for release
|
||||||
- auto-select Wiimote with name "Nintendo RVL-CNT-01"
|
- update text shown during connect
|
||||||
- disable selection button
|
|
||||||
- disable back button in GL view somehow
|
|
||||||
- improve user experience of BTstack Inquiry View
|
- improve user experience of BTstack Inquiry View
|
||||||
- shorter inquiry interval
|
- shorter inquiry interval
|
||||||
- repeat inquiry while BT on
|
- repeat inquiry while BT on
|
||||||
- allow to select device and stop inquiry
|
|
||||||
- CocoaTouch user interface
|
- CocoaTouch user interface
|
||||||
- add bluetooth on/off toggle
|
- add bluetooth on/off toggle
|
||||||
- on iPhone sleep, just turn off Bluetooth and disconnect all connections
|
- on iPhone sleep, just turn off Bluetooth and disconnect all connections
|
||||||
|
@ -15,7 +15,10 @@
|
|||||||
self.view = view;
|
self.view = view;
|
||||||
[view release];
|
[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.
|
// Override to allow orientations other than the default portrait orientation.
|
||||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
|
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user