Skip to content

Commit

Permalink
Updated Loading Animation for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
s0phialiu committed Jan 23, 2024
1 parent cdc4504 commit f27f6f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions HackIllinois.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
D14D3AE3295FBDA200EB7995 /* HIBannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D14D3AE2295FBDA100EB7995 /* HIBannerViewController.swift */; };
D1BE81172AC8FC680042C078 /* HIAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E3142A21FAD5B30092C22E /* HIAPI.framework */; };
D1BE81182AC8FC690042C078 /* HIAPI.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 95E3142A21FAD5B30092C22E /* HIAPI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
D1EA9D7D2B51C698009BC831 /* Hack_Mushroom.json in Resources */ = {isa = PBXBuildFile; fileRef = D1EA9D7C2B51C697009BC831 /* Hack_Mushroom.json */; };
D1F1463A2B605C57004E7FC9 /* Hack_Mushroom_Loading.json in Resources */ = {isa = PBXBuildFile; fileRef = D1F146392B605C57004E7FC9 /* Hack_Mushroom_Loading.json */; };
D3A309BC2211175200CBA351 /* PassKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3A309BB2211175200CBA351 /* PassKit.framework */; };
DF3706382925DDAA000B4278 /* GoogleMapsBase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF3706372925DDAA000B4278 /* GoogleMapsBase.framework */; };
DF37063B2925DDB8000B4278 /* GoogleMaps.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF3706392925DDB7000B4278 /* GoogleMaps.framework */; };
Expand Down Expand Up @@ -343,7 +343,7 @@
D12B40FE2AC0B0BD001BCB05 /* HIScanAttendanceViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIScanAttendanceViewController.swift; sourceTree = "<group>"; };
D134D30E296B3F56006EA589 /* Montserrat-VariableFont_wght.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Montserrat-VariableFont_wght.ttf"; sourceTree = "<group>"; };
D14D3AE2295FBDA100EB7995 /* HIBannerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIBannerViewController.swift; sourceTree = "<group>"; };
D1EA9D7C2B51C697009BC831 /* Hack_Mushroom.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Hack_Mushroom.json; sourceTree = "<group>"; };
D1F146392B605C57004E7FC9 /* Hack_Mushroom_Loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Hack_Mushroom_Loading.json; sourceTree = "<group>"; };
D3A309BA221116A600CBA351 /* HackIllinois.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HackIllinois.entitlements; sourceTree = "<group>"; };
D3A309BB2211175200CBA351 /* PassKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PassKit.framework; path = System/Library/Frameworks/PassKit.framework; sourceTree = SDKROOT; };
DF3706372925DDAA000B4278 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = "<group>"; };
Expand Down Expand Up @@ -794,7 +794,7 @@
E1E4A5D5291C9BF700780BA1 /* UI */ = {
isa = PBXGroup;
children = (
D1EA9D7C2B51C697009BC831 /* Hack_Mushroom.json */,
D1F146392B605C57004E7FC9 /* Hack_Mushroom_Loading.json */,
E1E4A5D6291C9BF700780BA1 /* HICarouselSwiftUIView.swift */,
);
path = UI;
Expand Down Expand Up @@ -967,10 +967,10 @@
files = (
952D153D220D37980041383A /* refresh.json in Resources */,
952D1543220D453D0041383A /* countdown-24.json in Resources */,
D1EA9D7D2B51C698009BC831 /* Hack_Mushroom.json in Resources */,
1C7561A3278E96600004D739 /* DarkVespaText.json in Resources */,
951827A91EA35DB800049F79 /* Assets.xcassets in Resources */,
952D1542220D453D0041383A /* countdown-60.json in Resources */,
D1F1463A2B605C57004E7FC9 /* Hack_Mushroom_Loading.json in Resources */,
951827B41EA35E8B00049F79 /* LaunchScreen.storyboard in Resources */,
1C7561A5278E96750004D739 /* LightVespaText.json in Resources */,
D134D30F296B3F56006EA589 /* Montserrat-VariableFont_wght.ttf in Resources */,
Expand Down
2 changes: 1 addition & 1 deletion HackIllinois/SwiftUI/HIOnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct LottieView: UIViewRepresentable {
@Binding var shouldDisplayAnimationOnNextAppearance: Bool
func makeUIView(context: UIViewRepresentableContext<LottieView>) -> UIView {
let view = UIView(frame: .zero)
let animationView = LottieAnimationView(name: "Hack_Mushroom")
let animationView = LottieAnimationView(name: "Hack_Mushroom_Loading")
animationView.contentMode = .scaleAspectFit
animationView.frame = view.frame
animationView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions HackIllinois/SwiftUI/UI/Hack_Mushroom_Loading.json

Large diffs are not rendered by default.

0 comments on commit f27f6f4

Please sign in to comment.