View controllers control a view, handling events like orientation change. More...
#import <kanzi/appfw/platform/ios/kza_ios_view_controller.h>
Instance Methods | |
(BOOL) | - shouldAutorotateToInterfaceOrientation: |
Override to allow orientation change events. More... | |
(void) | - didRotateFromInterfaceOrientation: |
Override orientation change event. More... | |
(void) | - touchesBegan:withEvent: |
Override touch events. More... | |
(void) | - touchesMoved:withEvent: |
(void) | - touchesEnded:withEvent: |
(void) | - touchesCancelled:withEvent: |
View controllers control a view, handling events like orientation change.
- (BOOL) shouldAutorotateToInterfaceOrientation: | (UIInterfaceOrientation) | orientation |
Override to allow orientation change events.
- (void) didRotateFromInterfaceOrientation: | (UIInterfaceOrientation) | fromInterfaceOrientation |
Override orientation change event.
- (void) touchesBegan: | (NSSet *) | touches | |
withEvent: | (UIEvent *) | event | |
Override touch events.
- (void) touchesMoved: | (NSSet *) | touches | |
withEvent: | (UIEvent *) | event | |
- (void) touchesEnded: | (NSSet *) | touches | |
withEvent: | (UIEvent *) | event | |
- (void) touchesCancelled: | (NSSet *) | touches | |
withEvent: | (UIEvent *) | event | |