EditedImageDelegate
protocol EditedImageDelegate
A protocol for relaying changes to images to the ImagePagingCollectionViewControllerDelegate
parent view controller.
-
Undocumented
Declaration
Swift
func save(image: UIImage, withIndex index: Int)
-
Undocumented
Declaration
Swift
func setProfileAs(imageAt index: Int)
-
Undocumented
Declaration
Swift
func deleteImage(at index: Int)