I am developing one application. In that I want to save my pictures in camera roll. So how to save my pictures in camera roll through code?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The most basic way (and the only way if you're targeting iOS before 4.0) is to use In 4.0, you can use ALAssetsLibrary's In 4.1, you can also use ALAssetsLibrary's |
|||
|
|