No overview available.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- Xcode 9.0+
Framework
- Foundation
Declaration
var ubiquitousItemIsShared: Bool? { get }
No overview available.
SDKs
Framework
var ubiquitousItemIsShared: Bool? { get }
var is Ubiquitous Item: Bool?
true if this item is synced to the cloud, false if it is only a local file.
var ubiquitous Item Container Display Name: String?
returns the name of this item’s container as displayed to users.
var ubiquitous Item Download Requested: Bool?
returns whether a download of this item has already been requested with an API like start
.
var ubiquitous Item Downloading Error: NSError?
returns the error when downloading the item from iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h
var ubiquitous Item Downloading Status: URLUbiquitous Item Downloading Status?
returns the download status of this item.
var ubiquitous Item Has Unresolved Conflicts: Bool?
true if this item has conflicts outstanding.
var ubiquitous Item Is Downloading: Bool?
true if data is being downloaded for this item.
var ubiquitous Item Is Uploaded: Bool?
true if there is data present in the cloud for this item.
var ubiquitous Item Is Uploading: Bool?
true if data is being uploaded for this item.
var ubiquitous Item Uploading Error: NSError?
returns the error when uploading the item to iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h