Closed rushisangani closed 8 years ago
Hi @rushisangani , thx for the PR, but i think the original demo won't have such crash, have u commented out the code snippet below in demo while testing?
[self.assetsLibrary loadAssetsForProperty:ALAssetPropertyAssetURL
fromAlbum:kKYCustomPhotoAlbumName_
completion:^(NSMutableArray *array, NSError *error) {
self.photoURLs = (array ?: [NSMutableArray array]);
[self.tableView reloadData];
}];
Application was crashing after capturing a photo for the first time. Added a getter method in this commit. Please merge this to the code to stop the crash in the app.