diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index 122cd9ac..3a9acc6b 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -8966,6 +8966,7 @@ DEVELOPMENT_TEAM = 68KRG7GPAV; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = ""; + "EXCLUDED_ARCHS[sdk=*]" = arm64; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", diff --git a/GME Remit/.DS_Store b/GME Remit/.DS_Store index 4f6b582b..691bec8f 100644 Binary files a/GME Remit/.DS_Store and b/GME Remit/.DS_Store differ diff --git a/GME Remit/Modules/Home/User Interface/View/Custom/HomeExchangeRateView.swift b/GME Remit/Modules/Home/User Interface/View/Custom/HomeExchangeRateView.swift index ced99195..7e7ecae9 100644 --- a/GME Remit/Modules/Home/User Interface/View/Custom/HomeExchangeRateView.swift +++ b/GME Remit/Modules/Home/User Interface/View/Custom/HomeExchangeRateView.swift @@ -30,11 +30,14 @@ class HomeExchangeRateView: UIView { let flowlayout = UICollectionViewFlowLayout() flowlayout.scrollDirection = .horizontal flowlayout.collectionView?.showsHorizontalScrollIndicator = false + flowlayout.collectionView?.showsVerticalScrollIndicator = false + let view = UICollectionView(frame: CGRect.zero, collectionViewLayout: flowlayout) view.translatesAutoresizingMaskIntoConstraints = false view.register(HomeExchangeRateCollectionViewCell.self, forCellWithReuseIdentifier: HomeExchangeRateCollectionViewCell.identifier) view.backgroundColor = .white - view.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) + view.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 8, right: 0) + view.showsHorizontalScrollIndicator = false return view }() @@ -166,7 +169,7 @@ class HomeExchangeRateView: UIView { sendMoneyView.anchor( top: collectionView.bottomAnchor, - paddingTop: 20, + paddingTop: 16, left: containerView.leadingAnchor, paddingLeft: 0, right: containerView.trailingAnchor, @@ -358,9 +361,9 @@ class HomeExchangeRateView: UIView { recivedMoneyView.updatedText = defaultAmount.likeCommaMoney() calculateExchangeRate() - DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { +// DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { self.collectionView.reloadData() - } +// } } @objc func calculateExchangeRate() { diff --git a/GME Remit/Modules/Home/User Interface/View/Home.storyboard b/GME Remit/Modules/Home/User Interface/View/Home.storyboard index a1229241..ad452c86 100644 --- a/GME Remit/Modules/Home/User Interface/View/Home.storyboard +++ b/GME Remit/Modules/Home/User Interface/View/Home.storyboard @@ -1,9 +1,9 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -137,9 +137,9 @@ - + - + @@ -288,7 +288,7 @@ - +