fileURL
A URL property that specifies the location of the saved image.
Declaration
unowned(unsafe) var fileURL: NSURL? { get set }Discussion
If fileURL is nil, then the file isn’t saved.
A URL property that specifies the location of the saved image.
unowned(unsafe) var fileURL: NSURL? { get set }If fileURL is nil, then the file isn’t saved.