TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2015 |
Maintained by Andrea Mario Lufino.
To run the example project, clone the repo, and run pod install
from the Example directory first.
You can find the methods in the ALMediaManager.h interface.
There are these methods :
All methods work with blocks.
You can also use the delegate and the NSNotificationCenter to listen for the finish of the fetching of all media and even for the single image and player item. Look at ALMediaManager.h to see the notifications to listen and for the ALMediaManagerDelegate. Note that my advice is to use only one method between these 3. If you choose, for example, the NSNotificationCenter method, pass nil to the completion block and don't set the delegate.
Every class has its own documentation.
iOS 8.0 and later
ALMediaLibrary is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ALMediaLibrary"
Andrea Mario Lufino, [email protected]
ALMediaLibrary is available under the MIT license. See the LICENSE file for more info.