add the new delegate in the doc

This commit is contained in:
Philippe Riegert 2016-05-28 00:15:51 -04:00
parent 71ff3d48b7
commit 3e2a115127
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ There's some trigger point you can handle using delegate. those are optional.
- willShowActionSheet(photoIndex: Int)
- didDismissAtPageIndex(index:Int)
- didDismissActionSheetWithButtonIndex(buttonIndex: Int, photoIndex: Int)
- didScrollToIndex(index: Int)
- removePhoto(browser: SKPhotoBrowser, index: Int, reload: (() -> Void))
- viewForPhoto(browser: SKPhotoBrowser, index: Int) -> UIView?