diff --git a/GME Remit/.DS_Store b/GME Remit/.DS_Store index d35b6eb3..d91c64d1 100644 Binary files a/GME Remit/.DS_Store and b/GME Remit/.DS_Store differ diff --git a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift index 58c6d15b..178ecc71 100644 --- a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -266,7 +266,7 @@ class SplashScreenViewController: UIViewController { private func setSegmentedControl() { segmentedControl.segmentDelegate = self - segmentedControl.itemWidth = 100 + segmentedControl.itemWidth = 150 segmentedControl.segmentFont = UIFont(name: "SanFranciscoDisplay-Medium", size: 12)! segmentedControl.segmentTintColor = .init(hex: "ED1B24") } diff --git a/GME Remit/Utilities/ScrollableSegmentedControl.swift b/GME Remit/Utilities/ScrollableSegmentedControl.swift index b5809448..751e4922 100644 --- a/GME Remit/Utilities/ScrollableSegmentedControl.swift +++ b/GME Remit/Utilities/ScrollableSegmentedControl.swift @@ -29,7 +29,7 @@ class ScrollableSegmentedControl: UIScrollView { @IBInspectable - public var itemWidth: CGFloat = 100 { + public var itemWidth: CGFloat = 150 { didSet { } }