diff --git a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@1x.png b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@1x.png deleted file mode 100644 index 4bedf4f0..00000000 Binary files a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@1x.png and /dev/null differ diff --git a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@2x.png b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@2x.png deleted file mode 100644 index 235fea61..00000000 Binary files a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@2x.png and /dev/null differ diff --git a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@3x.png b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@3x.png deleted file mode 100644 index cd7217f6..00000000 Binary files a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Background@3x.png and /dev/null differ diff --git a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Contents.json b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Contents.json index c091139b..3f581de0 100644 --- a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Contents.json +++ b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/Contents.json @@ -1,17 +1,17 @@ { "images" : [ { - "filename" : "Background@1x.png", + "filename" : "iPhone 16 - 1 10.52.16 AM.png", "idiom" : "universal", "scale" : "1x" }, { - "filename" : "Background@2x.png", + "filename" : "iPhone 16 - 1 (1) 10.52.16 AM.png", "idiom" : "universal", "scale" : "2x" }, { - "filename" : "Background@3x.png", + "filename" : "iPhone 16 - 1 (2) 10.52.16 AM.png", "idiom" : "universal", "scale" : "3x" } diff --git "a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (1) 10.52.16\342\200\257AM.png" "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (1) 10.52.16\342\200\257AM.png" new file mode 100644 index 00000000..584415a6 Binary files /dev/null and "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (1) 10.52.16\342\200\257AM.png" differ diff --git "a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (2) 10.52.16\342\200\257AM.png" "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (2) 10.52.16\342\200\257AM.png" new file mode 100644 index 00000000..b88227d2 Binary files /dev/null and "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 (2) 10.52.16\342\200\257AM.png" differ diff --git "a/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 10.52.16\342\200\257AM.png" "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 10.52.16\342\200\257AM.png" new file mode 100644 index 00000000..75b5a73f Binary files /dev/null and "b/HackIllinois/Assets.xcassets/ScheduleBackground.imageset/iPhone 16 - 1 10.52.16\342\200\257AM.png" differ diff --git a/HackIllinois/ViewControllers/HIScheduleViewController.swift b/HackIllinois/ViewControllers/HIScheduleViewController.swift index 0477fd0a..f066f9ce 100644 --- a/HackIllinois/ViewControllers/HIScheduleViewController.swift +++ b/HackIllinois/ViewControllers/HIScheduleViewController.swift @@ -78,7 +78,7 @@ class HIScheduleViewController: HIEventListViewController { @objc dynamic override func setUpBackgroundView() { super.setUpBackgroundView() - backgroundView.image = #imageLiteral(resourceName: "PurpleBackground") + backgroundView.image = #imageLiteral(resourceName: "ScheduleBackground") if UIDevice.current.userInterfaceIdiom == .pad { backgroundView.image = #imageLiteral(resourceName: "BackgroundPad") } @@ -244,7 +244,7 @@ extension HIScheduleViewController { @objc func scheduleButtonTapped(_ sender: UIButton) { if onlyShifts { onlyShifts = false - backgroundView.image = #imageLiteral(resourceName: "PurpleBackground") + backgroundView.image = #imageLiteral(resourceName: "ScheduleBackground") labelColor = .white // Set label color to brown setStaffShiftsControl() // Call removeStaffShiftContainerViews to remove container views for staff shifts