A Boolean value that indicates whether the device supports focus range restrictions.
SDKs
- iOS 7.0+
- Mac Catalyst 13.0+
Framework
- AVFoundation
Declaration
var isAutoFocusRangeRestrictionSupported: Bool { get }
Discussion
Focus range restriction is available only on compatible devices. If this property’s value is false
, setting the value of auto
raises an exception.