Get last image from Photos.app?

后端 未结 13 2059
萌比男神i
萌比男神i 2020-11-27 09:50

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

13条回答
  •  轮回少年
    2020-11-27 10:16

    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) {
    

提交回复
热议问题