Since ALAssetsGroup or not valid after the life of ALAssetsLibrary
I'm saving ALAssetsGroupPropertyURL from valueForProperty
but this property is only available from iOS 5.0
How does one can get a hold of it in iOS 4.0+ ?
Asked
Active
Viewed 548 times
1

CiNN
- 9,752
- 6
- 44
- 57
-
what do you want to save or persist? – Michael Dautermann Dec 28 '11 at 16:35
-
i wanted to pass the url to be called with groupForURL:resultBlock:failureBlock: in another controller – CiNN Dec 28 '11 at 16:43
1 Answers
1
I went the ALAssetsGroupPropertyPersistentID way ...
since groupForURL:resultBlock:failureBlock: is for iOS 5.0+ anyways

CiNN
- 9,752
- 6
- 44
- 57