How to find out and save the extension of fields that i am going to save in photo album. i want know it which format. example:
http://www.example.com/myvideo.mp4, http://www.example.com/mypicture.png
I need is like .mp4 and .png.If possible give me example code.
NSURL also have pathExtension (Available in iOS 4.0 and later.)
NSString *extension = [[NSURL URLWithString: @"http://sample.example.com/path/hellowwrod.ext"] pathExtension];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With