ConfigFile
internal class ConfigFile<T> : UIDocument where T : ConfigFileManager
Undocumented
-
Undocumented
Declaration
Swift
internal init(manager: ConfigFileManager)
-
Undocumented
Declaration
Swift
override public func contents(forType typeName: String) throws -> Any
-
Undocumented
Declaration
Swift
override public func load(fromContents contents: Any, ofType typeName: String?) throws
-
Undocumented
Declaration
Swift
override public func revert(toContentsOf url: URL, completionHandler: ((Bool) -> Void)? = nil)