-2

I want to extract all photo albums from an iPhone. I am confused when to use and how to use

PHAsset, PHCollection, PHAssetCollection, and PHCollectionList

using objective C and the procedure to get all the album list with the photos.

Any help would be appreciated as I am entirely new to iOS.

Shashank Agarwal
  • 1,122
  • 1
  • 8
  • 24
  • Start by looking at the sample app that Apple provides that makes use of the Photos framework. – rmaddy Jan 26 '16 at 15:09
  • 2
    SO isn't a great place for open-ended questions. Have you read the [documentation on those classes](https://developer.apple.com/library/prerelease/ios/documentation/Photos/Reference/Photos_Framework/index.html#//apple_ref/doc/uid/TP40014408)? Or examined the aforementioned sample code? What specifically do you find confusing in those resources? What have you tried, and what problems have you encountered? – rickster Jan 26 '16 at 18:16

1 Answers1

0

Don't fully understand your question but it sounds like you want to display the list of Albums and then on photos within them in the detail screen similar to what Photos app does.

Apple's Sample App demonstrating Photos Framework here can give you a good start on this.

Xcoder
  • 1,762
  • 13
  • 17