RotatingTape
struct RotatingTape: View
View a tape image that can rotate
-
The optional icon
Declaration
Swift
var icon: String? -
The title
Declaration
Swift
var title: String? = "" -
The subtitle
Declaration
Swift
var subtitle: String -
The details
Declaration
Swift
var details: String -
Do we want to rotate or not
Declaration
Swift
let rotate: Bool -
The body of the
ViewDeclaration
Swift
var body: some View -
The minimum size of the record
Declaration
Swift
func minSize(size: GeometryProxy) -> DoubleParameters
sizeThe
ViewsizeReturn Value
The minimum size as
Double
View on GitHub