GeometryReader
public struct GeometryReader : View
A container view that provides its children a
GeometryProxy value with it’s own frame.
By default this view’s dimensions are flexible.
-
Declaration
Swift
public var viewStore: ViewValues -
Declaration
Swift
public init(@ViewBuilder content: @escaping (GeometryProxy) -> View) -
Declaration
Swift
public var body: View { get }
View on GitHub
GeometryReader Structure Reference