Skip to content

Commit 7bb7b52

Browse files
abraaolevimichaelhenry
authored andcommitted
Update visibility of ImageCarouselViewController to public
Its allow use ImageCarouselViewController outside the package for custom present for example
1 parent ad8810e commit 7bb7b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ImageCarouselViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public protocol ImageDataSource:class {
55
func imageItem(at index:Int) -> ImageItem
66
}
77

8-
class ImageCarouselViewController:UIPageViewController, ImageViewerTransitionViewControllerConvertible {
8+
public class ImageCarouselViewController:UIPageViewController, ImageViewerTransitionViewControllerConvertible {
99

1010
unowned var initialSourceView: UIImageView?
1111
var sourceView: UIImageView? {

0 commit comments

Comments
 (0)