Skip to content

Commit

Permalink
Merge pull request #183 from sergioutama/fix/182
Browse files Browse the repository at this point in the history
Fix #182 #160 - Delegate not called
  • Loading branch information
ytakzk authored Jul 2, 2017
2 parents 66c45dd + a8a4581 commit 5475a40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/FusumaViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ public protocol FusumaDelegate: class {
func fusumaMultipleImageSelected(_ images: [UIImage], source: FusumaMode)
func fusumaVideoCompleted(withFileURL fileURL: URL)
func fusumaCameraRollUnauthorized()

// optional
func fusumaImageSelected(_ image: UIImage, source: FusumaMode, metaData: ImageMetadata)
func fusumaDismissedWithImage(_ image: UIImage, source: FusumaMode)
func fusumaClosed()
func fusumaWillClosed()
}

public extension FusumaDelegate {
Expand Down

0 comments on commit 5475a40

Please sign in to comment.