Browse Source

view collor setteling

pull/1/head
gme_2 6 years ago
parent
commit
f519d4a72b
  1. 2
      GMERemittance/Home/Home.storyboard
  2. 1
      GMERemittance/Home/HomeViewController.swift
  3. 4
      GMERemittance/Module/Main/User Interface/View/MainViewController.swift

2
GMERemittance/Home/Home.storyboard

@ -1209,7 +1209,7 @@
<viewLayoutGuide key="safeArea" id="a9o-Ya-spC"/>
</view>
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
<tabBarItem key="tabBarItem" title="Home" image="ic-home" id="OVu-c7-qcE" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
<tabBarItem key="tabBarItem" enabled="NO" title="Home" image="ic-home" id="OVu-c7-qcE" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
<connections>
<outlet property="animation" destination="phT-Pi-kps" id="f2v-s5-rwY"/>
</connections>

1
GMERemittance/Home/HomeViewController.swift

@ -334,6 +334,7 @@ class HomeViewController: UIViewController, TableViewCellDelegate, FBSDKSharing
setNavBar()
setupNavigationNotifications()
if !isVerifiedUser() {
// self.alert(message: "Your document is in verification process. Thereafter you can enjoy GME online service. Thank you for registering with us!.")
let message = "Your document is in verification process. Thereafter you can enjoy GME online service. Thank you for registering with us!."

4
GMERemittance/Module/Main/User Interface/View/MainViewController.swift

@ -52,8 +52,8 @@ class MainViewController: RAMAnimatedTabBarController {
override func setupTabItem() {
self.viewControllers?.forEach({ (viewController) in
viewController.tabBarItem.imageInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
viewController.tabBarItem.titlePositionAdjustment = UIOffsetMake(0, -5)
// viewController.tabBarItem.imageInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
// viewController.tabBarItem.titlePositionAdjustment = UIOffsetMake(0, -5)
})
}
}

Loading…
Cancel
Save