mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Platform: Remove compatibility checks for iOS 11
This commit is contained in:
parent
6428f43eeb
commit
5391032238
6 changed files with 77 additions and 125 deletions
|
|
@ -218,8 +218,7 @@ private:
|
|||
{
|
||||
controller.reset ([[FileChooserControllerClass alloc] initWithDocumentTypes: utTypeArray inMode: UIDocumentPickerModeOpen]);
|
||||
|
||||
if (@available (iOS 11.0, *))
|
||||
[controller.get() setAllowsMultipleSelection: (flags & FileBrowserComponent::canSelectMultipleItems) != 0];
|
||||
[controller.get() setAllowsMultipleSelection: (flags & FileBrowserComponent::canSelectMultipleItems) != 0];
|
||||
}
|
||||
|
||||
[controller.get() setDelegate: delegate.get()];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue