I created an iPhone application that can export the contents of textView to email, to a text message, and I also want to be able to export data to a Pages document on my phone. Is there an easy way to do this?
As far as I know, pages are Apple's protected format. They have not released specifications, and there are no built-in functions in xcode to support this. So, unfortunately, is not easy.
If you need some suggested solutions for saving as rtf on iPhone: How to create and save .rtf, .doc, .docx in Objective-C for iOS
Source: https://habr.com/ru/post/1398505/More articles:Android Android scrolling scheme (wrap_content, maximum size) - androidPython reuse - pythontaking a screenshot of UIView in iOS - iosIs there a way to export (say from an NSAttributedString view) directly to iWork page format? - cocoaUpload a single file with pieces stored on multiple servers (HTTP) - javascriptA quick way to develop, debug, and run Android apps for your Blackberry Playbook using Playbook OS 2.0 - androidHow to debug a simulator for players? - androidMonoDevelop .NET Application for Linux - c #C ++ Creating SIGSEGV for Debugging - c ++Are there any advanced (e.g. bigram) autocomplete plugins for Vim? - vimAll Articles