0

How can I get my all photolibrary images from iPad in to an array.

I need NSMutableArray *myArray = "All photoLibrary images"

Can any one please help me to do it.

Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
Vipin
  • 4,718
  • 12
  • 54
  • 81

1 Answers1

1

Study the ALAssetsLibrary framework: http://developer.apple.com/library/ios/#documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/Reference/Reference.html%23//apple_ref/doc/uid/TP40009722

onnoweb
  • 3,038
  • 22
  • 29