1
我想要「打開」菜單讓我的應用程序打開一個文件,另一個用戶可以選擇。 這是我的代碼,但我不能讓它工作Swift:打開「在菜單中」選項
var url: NSURL! = NSBundle.mainBundle().URLForResource(filename, withExtension: "pbz")
self.controller = UIDocumentInteractionController(URL: NSBundle.mainBundle().URLForResource(filename, withExtension: "pbz")!)
let v = sender as UIView
let ok = self.controller.presentOpenInMenuFromRect(v.bounds, inView: self.view, animated: true)
你有想過這事?它編譯但在運行時在第二條指令處給我一個EXC_BAD_INSTRUCTION錯誤。 熟悉的代碼爲我工作Objective-C
你說得對:d也感謝爲解決方案 – FrCr 2014-10-07 06:28:47