Skip to content

Commit

Permalink
adding loop mode and direction and example for them.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot authored and mjohnsullivan committed May 10, 2021
1 parent 7813ac1 commit acbd650
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 35 deletions.
4 changes: 4 additions & 0 deletions Example-iOS/RiveExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
042C88EB2644447500E7DBB2 /* clipping.riv in Resources */ = {isa = PBXBuildFile; fileRef = 042C88D92644447500E7DBB2 /* clipping.riv */; };
042C88EC2644447500E7DBB2 /* vader.riv in Resources */ = {isa = PBXBuildFile; fileRef = 042C88DA2644447500E7DBB2 /* vader.riv */; };
04A8F6C126452E31002C909A /* RiveRuntime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04A8F6BD26452E10002C909A /* RiveRuntime.framework */; };
04A8F6C526454711002C909A /* LoopMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A8F6C426454711002C909A /* LoopMode.swift */; };
C9A84F38264495600014D8E0 /* RiveSwiftUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A84F37264495600014D8E0 /* RiveSwiftUIView.swift */; };
C9A84F5E2644A75A0014D8E0 /* ExamplesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A84F5D2644A75A0014D8E0 /* ExamplesViewController.swift */; };
C9A84F602644AB6B0014D8E0 /* RiveViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A84F5F2644AB6B0014D8E0 /* RiveViewWrapper.swift */; };
Expand Down Expand Up @@ -97,6 +98,7 @@
042C88D92644447500E7DBB2 /* clipping.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = clipping.riv; sourceTree = "<group>"; };
042C88DA2644447500E7DBB2 /* vader.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = vader.riv; sourceTree = "<group>"; };
04A8F6AB26452A91002C909A /* RiveRuntime.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RiveRuntime.xcodeproj; path = ../RiveRuntime.xcodeproj; sourceTree = "<group>"; };
04A8F6C426454711002C909A /* LoopMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopMode.swift; sourceTree = "<group>"; };
C9A84F37264495600014D8E0 /* RiveSwiftUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RiveSwiftUIView.swift; sourceTree = "<group>"; };
C9A84F5D2644A75A0014D8E0 /* ExamplesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExamplesViewController.swift; sourceTree = "<group>"; };
C9A84F5F2644AB6B0014D8E0 /* RiveViewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RiveViewWrapper.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -129,6 +131,7 @@
042C888B2643EEE300E7DBB2 /* Layout.swift */,
042C888F2644250D00E7DBB2 /* MultipleAnimations.swift */,
C9A84F5D2644A75A0014D8E0 /* ExamplesViewController.swift */,
04A8F6C426454711002C909A /* LoopMode.swift */,
);
path = UIkit;
sourceTree = "<group>";
Expand Down Expand Up @@ -355,6 +358,7 @@
042C888E2644230700E7DBB2 /* utility.swift in Sources */,
042C88902644250D00E7DBB2 /* MultipleAnimations.swift in Sources */,
C9A84F38264495600014D8E0 /* RiveSwiftUIView.swift in Sources */,
04A8F6C526454711002C909A /* LoopMode.swift in Sources */,
C9C73E9A24FC471E00EF9516 /* SceneDelegate.swift in Sources */,
C9A84F5E2644A75A0014D8E0 /* ExamplesViewController.swift in Sources */,
042C888C2643EEE300E7DBB2 /* Layout.swift in Sources */,
Expand Down
Loading

0 comments on commit acbd650

Please sign in to comment.