Skip to content

Commit

Permalink
Remove method in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Aug 12, 2021
1 parent 266099b commit f0ef608
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Example/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ extension ViewController: MultipleImageViewDelegate {
}
}

func multipleImageViewShouldGetImage(_ imageView: UIImageView, sourceForCustom index: Int) {

}

func multipleImageViewDidSelect(_ imageView: UIImageView, index: Int) {
print("Tapped index: \(index)")
}
Expand Down

0 comments on commit f0ef608

Please sign in to comment.