I saw in this tutorial and also in Apple docs, that this bunch of code should work.
let d = UIDocumentMenuViewController(documentTypes: [kUTTypeText as NSString], inMode: .Import)
o.delegate = self
self.presentViewController(d, animated: true, completion: nil)
But I get a compile time error
