Cargando…

Implementing IOS and MacOS documents with the Files app : managing files and ensuring compatibility /

Rise above the basics of Xcode app development to implement tools like Share buttons and activity view controllers to share document content including parts of documents with other users and with other devices. This book fills the gap so that developers with even a fundamental knowledge of iOS and S...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Feiler, Jesse (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, NY] : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Using Documents
  • 2. Looking Inside Documents
  • 3. Matching a Document to a Document Format
  • 4. Securing and Protecting Data
  • 5. Implementing Documents on macOS: NSDocument and NSDocumentController
  • 6. Implementing Documents on IOS: UIDocument and UIDocumentBrowserViewController
  • 7. Sharing Documents with Share Buttons and UIActivityViewController
  • 8. Crossing Platforms with Documents
  • 9. Using User Defaults for Data and Settings on iOS Devices
  • 10. Using User Defaults for Data and Settings on macOS Devices
  • 11. Adding new Document Formats.