zoomFocusChanged(zoomType:toFrame:in:)
Notifies the system when the app’s focus changes to a new location.
Declaration
@MainActor static func zoomFocusChanged(zoomType type: UIAccessibility.ZoomType, toFrame frame: CGRect, in view: UIView)Parameters
- type:
A
UIKit Functionsconstant that identifies the type of Zoom. - frame:
The frame that’s currently zoomed, in screen coordinates.
- view:
The view that contains the zoomed frame.