add the new delegate in the doc
This commit is contained in:
parent
71ff3d48b7
commit
3e2a115127
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue