LargeContentViewerItem
public protocol LargeContentViewerItem : UIView
Large content viewer allows users to see a larger version of content when they press and hold on small UI elements. This is particularly useful for users who have difficulty seeing small text or icons.
-
Declaration
Swift
var largeContentViewerConfiguration: LargeContentViewerConfiguration { get }
-
Declaration
Swift
func didEndInteraction(at location: CGPoint, root: UICoordinateSpace)