Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

How to specify filetype/file-extension #87

Closed
panxshaz opened this issue Jun 11, 2015 · 1 comment
Closed

How to specify filetype/file-extension #87

panxshaz opened this issue Jun 11, 2015 · 1 comment

Comments

@panxshaz
Copy link

It might seem like a dumb question. Believe me I did google it.
Anyway, so this is what I want to do:
Specify a file extension (say .skp) and have the controller list only the files have that extension.

Is it possible?

@dzana
Copy link
Contributor

dzana commented Jun 18, 2015

Hi,

There is only option setting mime-type filter.

Example:
FPPickerController fpController = [FPPickerController new];
fpController.dataTypes = @[@"image/png", @"video/
"];

Regards,
Damian

@dzana dzana closed this as completed Jun 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants