A Boolean value indicating whether the receiver is done loading content.
SDKs
- iOS 2.0–12.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- UIKit
Declaration
var isLoading: Bool { get }
Discussion
If true
, the receiver is still loading content; otherwise, false
.