add select albums view

This commit is contained in:
dmcBig
2018-06-14 17:27:12 +08:00
parent 3f1f29af06
commit 9be11cf207
@@ -152,7 +152,8 @@
}
-(void) cancel{
[self._delegate resultPicker:selectArray];
NSMutableArray *nilArray=[[NSMutableArray alloc] init];
[self._delegate resultPicker:nilArray];
[self dismissViewControllerAnimated:YES completion:nil];
}