Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 592 Bytes

File Provider Sample

This is basic implementation of iOS 11 file provider extension + UI Extension for adding custom action in context menu for files provided by application.

What is it?

This project is basically just standard xCode File Provider Extension, File Provider UI Extension templates filled with few lines of code that makes possible to see how "Custom Actions" functionality look in Files App for files provided by the App's Extension.

To Do

  • Maybe real-world example for working with files stored in cloud storage will be implemented later