I have a gif image in my photo album. When I use the UIImagePickerController to select that image, I need to convert the image to NSData for storin
UIImagePickerController
NSData
Gif must not be in assets.
let path = Bundle.main.path(forResource: "loader", ofType: "gif")! let data = try! Data(contentsOf: URL(fileURLWithPath: path)) return data