Media Picker: Allow multi selection of pictures #301

Show only multisession only when required (ie not for the choosing the room avatar)
This commit is contained in:
manuroe
2016-08-04 16:15:29 +02:00
parent 026be54be4
commit bfcde35468
2 changed files with 10 additions and 1 deletions
@@ -81,5 +81,11 @@
*/
@property (nonatomic) PHAssetCollection *assetsCollection;
/**
A Boolean value that determines whether users can select more than one item.
Default is NO.
*/
@property (nonatomic) BOOL allowsMultipleSelection;
@end