Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //get path for documents within app
  2. let documentDirectoryPath = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).first as! String
  3.  
  4.  
  5.  
  6. UIDocumentPickerViewController to pick documents other than images just like UIImagePicker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement