0.4.0
This release adds a new geometry View
extension:
bindGeometry(to: ...)
lets you bind anyCGFloat
geometry value for a view.
The extension injects a GeometryReader
and provides values to the provided binding.
This release adds a new geometry View
extension:
bindGeometry(to: ...)
lets you bind any CGFloat
geometry value for a view.The extension injects a GeometryReader
and provides values to the provided binding.