I want to get all of the pictures from photoLibrary. I would prefer a method or example that I can use directly.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
//View Controller header(.h) file..
//implementation file
declare global count variable as
Use getAllPicture method to get photos from photo library.
OR You can have a look at this blog http://mutiselectimagepicker.blogspot.in/2014/08/imageselect-to-allow-multiple-selection.html
Since
ALAssetsLibrary
is deprecated now andPhoto Framework
is new one. I made my own function inObjective C
to get all photos from Camera Roll and store inNSArray
and displayed in my CollectionviewYou can use this below method to fetch all images or videos from assets library in ios. Use this assetslibrary framework(must) NOTE:- #import