In my iOS app I need a file viewer that can read all common file formats such as: png, jpg, iWork files, MS Office files. Now I am using standard UIDocumentInteractionController and it's good except some points:
- no ability to hide "Open in" function
- no fullscreen mode in iPhone. On iPad top bar hides by single touch but on iPhone it doesn't
- no ability to zoom more then 100% scale. It is not really usable for text files with small font
Please advice some open source or paid file viewers that meet that requirements.
Thanks!