SafeAreaEdge
public struct SafeAreaEdge : OptionSet
This model represents the various edges of the ScrollView safe area.
-
Declaration
Swift
public let rawValue: UInt8 -
Declaration
Swift
public init(rawValue: UInt8) -
Declaration
Swift
public static let top: ScrollView.SafeAreaEdge -
Declaration
Swift
public static let left: ScrollView.SafeAreaEdge -
Declaration
Swift
public static let bottom: ScrollView.SafeAreaEdge -
Declaration
Swift
public static let right: ScrollView.SafeAreaEdge -
Declaration
Swift
public static let horizontal: `Self` -
Declaration
Swift
public static let vertical: `Self`
View on GitHub
SafeAreaEdge Structure Reference