I have seen other apps do it where you can import the last photo from the Photos app for quick use but as far as I know, I only know how to get A image and not the last (mos
I found a typo that I'm embarrassed to admit to me longer than it should have to figure out. Maybe it will save someone else some time.
This line was missing a colon after indexSetWithIndex
:
[group enumerateAssetsAtIndexes:[NSIndexSet indexSetWithIndex:[group numberOfAssets] - 1]options:0 usingBlock:^(ALAsset *alAsset, NSUInteger index, BOOL *innerStop) {