How to implement the preview of a custorm file type in iOS's email attachment?
From iOS 3.2, application can be called to open specify files, lick .zip . we try to implement an application can open the zip attachment file in iOS, it works. But from iOS 4.0, apple provide a new file preview framework call Quick Look Framework. The default email application will open the preview of the file default. But the quick look framework doesn't provide a method to implement the preview of custom file type. Does anyone knows how to solve this pr开发者_如何学编程oblem? Right now if the file type is not support, the email will open a black preview View.
This problem was sloved by iOS 4.1
精彩评论