Skip to content

Commit

Permalink
Updated the asset used in the SwiftUI Layout example to a newer version
Browse files Browse the repository at this point in the history
Diffs=
a9babd243 Updated the asset used in the SwiftUI Layout example to a newer version
  • Loading branch information
duncandoit committed Aug 10, 2022
1 parent ae0d3b4 commit 4e50f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f28559c947790546c81fdcfbf41cca21554a71c
a9babd243e6c17e12aea3f322726955d6e116634
2 changes: 1 addition & 1 deletion Example-iOS/Source/Examples/SwiftUI/SwiftLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct SwiftLayout: DismissableView {

var body: some View {
VStack {
RiveViewModel(fileName: "off_road_car_blog", fit: fit, alignment: alignment).view()
RiveViewModel(fileName: "truck_v7", fit: fit, alignment: alignment).view()
}
HStack {
Text("Fit")
Expand Down

0 comments on commit 4e50f3e

Please sign in to comment.