From 3e2a11512724a371bcae9ee83e4899b9e7d3dcf1 Mon Sep 17 00:00:00 2001 From: Philippe Riegert Date: Sat, 28 May 2016 00:15:51 -0400 Subject: [PATCH] add the new delegate in the doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e5166a..aa2dd5c 100644 --- a/README.md +++ b/README.md @@ -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?