Skip to content

Added NSPredicate query to searchFiles() method

Compare
Choose a tag to compare
@amosavian amosavian released this 19 Feb 10:48
· 259 commits to master since this release

searchFiles() method now moved to FileProviderBasic, where it belonged. Now there is two version for searchFiles(), one of them gets String for query to search within files name, also you can set a NSPredicate object to query to filter files based on properties like size and modification date, please read inline help for sample predicates.

Also:

  • all methods are now open to become overridable
  • Fixed Documentation errors about urlCache