Skip to content

Commit

Permalink
Add support for iOS sectionViewWillDisappear.
Browse files Browse the repository at this point in the history
  • Loading branch information
federicofiori committed Feb 16, 2016
1 parent d46822b commit d474e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ios_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ is possibile using the javascript bridge ``callHandler``:
- *sectionDidLoad* triggered when the webpage finished loading
- *sectionWillLoad* just before the webpage will start to load
- *sectionViewWillAppear* when the section is going to be displayed to the user.
- *sectionViewWillDisappear* when the section is going to disappear to the user.
- *sectionOnViewCreate:(UIView*)view* when the section view is first created.
- *(BOOL)isInsideWebView:(CGPoint)point withEvent:(UIEvent*)event* whenever a touch event for the webview happens, can be used to return block events to be trapped by webview.
- *navigationbarRightButtonAction* Triggered whenever the right button in the navigationBar is pressed.
Expand Down

0 comments on commit d474e7c

Please sign in to comment.