TiScrolling Protocol Reference
Declared in | TiUIView.h |
Tasks
-
– keyboardDidShowAtHeight:
Tells the scroll view that keyboard did show.
required method -
– scrollToShowView:withKeyboardHeight:
Tells the scroll view to scroll to make the specified view visible.
required method
Instance Methods
keyboardDidShowAtHeight:
Tells the scroll view that keyboard did show.
- (void)keyboardDidShowAtHeight:(CGFloat)keyboardTop
Parameters
- keyboardTop
The keyboard height.
Declared In
TiUIView.h
scrollToShowView:withKeyboardHeight:
Tells the scroll view to scroll to make the specified view visible.
- (void)scrollToShowView:(TiUIView *)firstResponderView withKeyboardHeight:(CGFloat)keyboardTop
Parameters
- firstResponderView
The view to make visible.
- keyboardTop
The keyboard height.
Declared In
TiUIView.h