background image

            }  
              
            NSLog(@"Representation Size = %lld",[[result defaultRepresentation]size]);  
        }];  
    } failureBlock:^(NSError *error) {  
        NSLog(@"Enumerate the asset groups failed.");  
    }];

剩下的就是怎么从每个

asset 获取相应的 thumbnail 或者原图或者其他信息了。