Returns an object initialized from data in a given unarchiver.
SDKs
- iOS 9.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
init?(coder: NSCoder)
Returns an object initialized from data in a given unarchiver.
SDKs
Framework
init?(coder: NSCoder)
init(document Types: [String], in: UIDocument Picker Mode)
Initializes and returns a document picker that can import or open the given file types.
init(url: URL, in: UIDocument Picker Mode)
Initializes and returns a document picker that can export or move the given document.
init(urls: [URL], in: UIDocument Picker Mode)
Initializes and returns a document picker that can export or move the given documents.