UIImage.SaveStatus
UIImage.SaveStatus
Delegate
Definition
A delegate signature for getting a notification when the file has been saved.
public delegate void UIImage.SaveStatus(UIImage image, NSError error);
type UIImage.SaveStatus = delegate of UIImage * NSError -> unit
Parameters
- Inheritance
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...