Browse Source

navigation in side menu fixed

pull/1/head
ccr 6 years ago
parent
commit
828ad817bc
  1. 2
      GMERemittance.xcodeproj/xcuserdata/shishir.xcuserdatad/xcschemes/xcschememanagement.plist
  2. BIN
      GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
  3. 7
      GMERemittance/Extension/UIViewControllerExtension.swift
  4. 4
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift
  5. 12
      GMERemittance/Recipient/RecipientListViewController.swift
  6. 7
      GMERemittance/SideMenu/AboutGMEViewController.swift
  7. 6
      GMERemittance/SideMenu/SettingViewController.swift
  8. 302
      GMERemittance/_Home/_Home.storyboard
  9. 2
      Pods/Pods.xcodeproj/xcuserdata/shishir.xcuserdatad/xcschemes/xcschememanagement.plist

2
GMERemittance.xcodeproj/xcuserdata/shishir.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
<key>GMERemittance.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>

BIN
GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate

7
GMERemittance/Extension/UIViewControllerExtension.swift

@ -31,6 +31,13 @@ extension UIViewController {
imageView.image = image
self.navigationItem.titleView = imageView
}
func setupNormalNavigation() {
self.navigationController?.navigationBar.backIndicatorImage = UIImage(named: "backIconBlack")
self.navigationController?.navigationBar.backIndicatorTransitionMaskImage = UIImage(named: "backIconBlack")
self.navigationController?.navigationBar.tintColor = .black
self.navigationController?.navigationBar.barTintColor = .white
}
}
extension UIViewController {

4
GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

@ -68,6 +68,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
@IBAction func closeVerificationNotice(_ sender: UIButton) {
return
if #available(iOS 10.0, *) {
let animator = UIViewPropertyAnimator(duration: 0.4, curve: .easeOut )
animator.addAnimations {
self.verificationNoticeView.alpha = 0
@ -80,6 +81,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
animator.startAnimation()
}
}
// MARK: Other Functions
@ -299,7 +301,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
}
@objc private func showSendMoney() {
if !isUserVerified() {
if isUserVerified() {
// remaining of previous developer. I dont have much time. Later. TODO: refracor
let viewcontroller = UIStoryboard.init(name:
"RecipientListViewController", bundle: nil).instantiateViewController(withIdentifier: "RecipientListViewController") as! RecipientListViewController

12
GMERemittance/Recipient/RecipientListViewController.swift

@ -16,7 +16,6 @@ class RecipientListViewController: UIViewController {
var reciepients: [Recipient]? {
didSet {
if (reciepients ?? []).isEmpty {
// self.showAddNewReciepientViewController()
}else {
self.tableView.isHidden = false
self.labelSwipeInfo.isHidden = false
@ -27,8 +26,7 @@ class RecipientListViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
setupNavigation()
// self.title = "Send Money"
self.setupNormalNavigation()
self.navigationItem.title = "Send Money"
fetchReceipients()
}
@ -169,13 +167,7 @@ extension RecipientListViewController: UITableViewDelegate,UITableViewDataSource
}
// private func
private func setupNavigation() {
self.navigationController?.navigationBar
self.navigationController?.navigationBar.backIndicatorImage = UIImage(named: "backIconBlack")
self.navigationController?.navigationBar.backIndicatorTransitionMaskImage = UIImage(named: "backIconBlack")
self.navigationController?.navigationBar.tintColor = .black
self.navigationController?.navigationBar.barTintColor = .white
}
private func showAddNewReciepientViewController() {
let viewcontroller = AddReciepientWireframe().getMainView()

7
GMERemittance/SideMenu/AboutGMEViewController.swift

@ -19,9 +19,12 @@ class AboutGMEViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
setUpNavBar(id: 202, title: "")
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.setupNormalNavigation()
self.navigationItem.title = "About Gme"
}
override func didReceiveMemoryWarning() {

6
GMERemittance/SideMenu/SettingViewController.swift

@ -12,12 +12,12 @@ class SettingViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
setUpNavBar(id: 202, title: "")
}
override func viewWillAppear(_ animated: Bool) {
setUpNavBar(id: 202, title: "")
super.viewWillAppear(animated)
self.setupNormalNavigation()
self.navigationItem.title = "Setting"
}
override func didReceiveMemoryWarning() {

302
GMERemittance/_Home/_Home.storyboard

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8fJ-Pa-ik8">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8fJ-Pa-ik8">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
@ -1155,10 +1155,10 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8WZ-lQ-Im6" userLabel="LoadMoreView">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7wo-T4-XhL">
<rect key="frame" x="155.5" y="7.5" width="63" height="29"/>
<rect key="frame" x="155.5" y="8" width="63" height="29"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<state key="normal" title="Load More"/>
<connections>
@ -1556,7 +1556,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nsx-vg-leO">
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
<rect key="frame" x="0.0" y="64" width="375" height="603"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r2N-Br-Xar">
<rect key="frame" x="0.0" y="0.0" width="375" height="116"/>
@ -1697,143 +1697,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Jgz-bf-fkX" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3900" y="3172"/>
</scene>
<!--Support View Controller-->
<scene sceneID="dee-gG-exK">
<objects>
<viewController storyboardIdentifier="SupportViewController" id="pzE-Xr-349" customClass="SupportViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="rWp-vv-X2P">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KEQ-ZN-4ZY">
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bgk-QO-igj">
<rect key="frame" x="0.0" y="0.0" width="375" height="142"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="settingsCustomerSupport" translatesAutoresizingMaskIntoConstraints="NO" id="9dP-rK-uFF">
<rect key="frame" x="151" y="9" width="72" height="62"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We are always there to help you." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uyW-N6-ZcL">
<rect key="frame" x="92" y="93" width="191" height="17"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.92493563890457153" green="0.11040062457323074" blue="0.14042073488235474" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="uyW-N6-ZcL" firstAttribute="top" secondItem="9dP-rK-uFF" secondAttribute="bottom" constant="22" id="6OQ-go-icw"/>
<constraint firstItem="9dP-rK-uFF" firstAttribute="top" secondItem="bgk-QO-igj" secondAttribute="top" constant="9" id="X6R-tu-dmO"/>
<constraint firstItem="9dP-rK-uFF" firstAttribute="centerX" secondItem="bgk-QO-igj" secondAttribute="centerX" id="ZUn-tu-GZt"/>
<constraint firstItem="uyW-N6-ZcL" firstAttribute="centerX" secondItem="bgk-QO-igj" secondAttribute="centerX" id="nJc-iF-gpc"/>
<constraint firstAttribute="height" constant="142" id="zDf-fO-mAF"/>
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lhw-KO-K2r">
<rect key="frame" x="0.0" y="142" width="375" height="54"/>
<constraints>
<constraint firstAttribute="height" constant="54" id="LXQ-o0-YTa"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<state key="normal" title="Transactions Amendment Request">
<color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="sendAmendmentRequest:" destination="pzE-Xr-349" eventType="touchUpInside" id="8DF-bz-cL2"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="P3k-HM-nlE" userLabel="Border">
<rect key="frame" x="0.0" y="196" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="vz7-Aw-pwi"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bFm-wj-iY7" userLabel="Border">
<rect key="frame" x="0.0" y="250.5" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="jLy-Oi-VUL"/>
</constraints>
</view>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r5z-Ru-2Fx">
<rect key="frame" x="70.5" y="315" width="234" height="74"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="For more information call at" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qwa-sw-qeV">
<rect key="frame" x="0.0" y="0.0" width="165" height="74"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OkW-hG-GfT">
<rect key="frame" x="165" y="0.0" width="69" height="74"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<inset key="contentEdgeInsets" minX="5" minY="0.0" maxX="0.0" maxY="0.0"/>
<state key="normal" title="1588 6864">
<color key="titleColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="callSupportCenter:" destination="pzE-Xr-349" eventType="touchUpInside" id="Zwc-Oe-SgQ"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="74" id="l0q-hn-bIM"/>
</constraints>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="J6v-8h-5UQ">
<rect key="frame" x="0.0" y="196.5" width="375" height="54"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<state key="normal" title="Suggestions/ Feedback">
<color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="sendSuggestion:" destination="pzE-Xr-349" eventType="touchUpInside" id="4qS-Sp-nf0"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="Lhw-KO-K2r" secondAttribute="trailing" id="3le-xS-NTH"/>
<constraint firstAttribute="trailing" secondItem="P3k-HM-nlE" secondAttribute="trailing" id="ACq-Qq-HZL"/>
<constraint firstItem="P3k-HM-nlE" firstAttribute="top" secondItem="Lhw-KO-K2r" secondAttribute="bottom" id="Bld-cZ-baI"/>
<constraint firstItem="bgk-QO-igj" firstAttribute="leading" secondItem="KEQ-ZN-4ZY" secondAttribute="leading" id="G5Q-9G-pPJ"/>
<constraint firstItem="bFm-wj-iY7" firstAttribute="leading" secondItem="KEQ-ZN-4ZY" secondAttribute="leading" id="GGJ-aN-Pk2"/>
<constraint firstItem="J6v-8h-5UQ" firstAttribute="top" secondItem="P3k-HM-nlE" secondAttribute="bottom" id="GeG-gw-SzK"/>
<constraint firstAttribute="trailing" secondItem="J6v-8h-5UQ" secondAttribute="trailing" id="HPN-ln-hfs"/>
<constraint firstItem="Lhw-KO-K2r" firstAttribute="top" secondItem="bgk-QO-igj" secondAttribute="bottom" id="M6R-TW-ue3"/>
<constraint firstItem="Lhw-KO-K2r" firstAttribute="leading" secondItem="KEQ-ZN-4ZY" secondAttribute="leading" id="R7z-FX-rS6"/>
<constraint firstItem="r5z-Ru-2Fx" firstAttribute="centerX" secondItem="KEQ-ZN-4ZY" secondAttribute="centerX" id="Vof-eX-41y"/>
<constraint firstItem="bFm-wj-iY7" firstAttribute="top" secondItem="J6v-8h-5UQ" secondAttribute="bottom" id="X08-3H-SP5"/>
<constraint firstItem="bgk-QO-igj" firstAttribute="top" secondItem="KEQ-ZN-4ZY" secondAttribute="top" id="idt-In-r26"/>
<constraint firstAttribute="trailing" secondItem="bFm-wj-iY7" secondAttribute="trailing" id="jMZ-uK-x9A"/>
<constraint firstAttribute="trailing" secondItem="bgk-QO-igj" secondAttribute="trailing" id="ncR-t9-BVa"/>
<constraint firstItem="r5z-Ru-2Fx" firstAttribute="top" secondItem="bFm-wj-iY7" secondAttribute="bottom" constant="64" id="pg7-VO-6F3"/>
<constraint firstItem="J6v-8h-5UQ" firstAttribute="height" secondItem="Lhw-KO-K2r" secondAttribute="height" id="qZw-R0-k7n"/>
<constraint firstItem="J6v-8h-5UQ" firstAttribute="leading" secondItem="KEQ-ZN-4ZY" secondAttribute="leading" id="qw5-3k-hvW"/>
<constraint firstItem="P3k-HM-nlE" firstAttribute="leading" secondItem="KEQ-ZN-4ZY" secondAttribute="leading" id="vv0-9v-egu"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="Wbe-fh-b9x" firstAttribute="bottom" secondItem="KEQ-ZN-4ZY" secondAttribute="bottom" id="EVg-KJ-kqU"/>
<constraint firstItem="KEQ-ZN-4ZY" firstAttribute="top" secondItem="Wbe-fh-b9x" secondAttribute="top" id="pDD-w5-kVE"/>
<constraint firstItem="KEQ-ZN-4ZY" firstAttribute="trailing" secondItem="Wbe-fh-b9x" secondAttribute="trailing" id="q82-H9-WoF"/>
<constraint firstItem="KEQ-ZN-4ZY" firstAttribute="leading" secondItem="Wbe-fh-b9x" secondAttribute="leading" id="svY-gc-Thi"/>
</constraints>
<viewLayoutGuide key="safeArea" id="Wbe-fh-b9x"/>
</view>
<connections>
<outlet property="buttonPhone" destination="OkW-hG-GfT" id="jVv-lR-Tk2"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ve4-S1-V7t" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="4704" y="3404"/>
<point key="canvasLocation" x="4486.5" y="3171.5"/>
</scene>
<!--Comments-->
<scene sceneID="w0S-YV-Rij">
@ -3955,7 +3819,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="xnr-KI-4mS" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="6298" y="3170"/>
<point key="canvasLocation" x="6884.5" y="3169.5"/>
</scene>
<!--Reward-->
<scene sceneID="cdf-IM-mcN">
@ -3965,6 +3829,160 @@
</objects>
<point key="canvasLocation" x="5907" y="428"/>
</scene>
<!--Support View Controller-->
<scene sceneID="wHD-jW-Uku">
<objects>
<viewController storyboardIdentifier="SupportViewController" id="n3q-5Y-kTd" customClass="SupportViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="YyH-zj-8Cs">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MFY-c1-vct">
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vv2-mB-673">
<rect key="frame" x="0.0" y="0.0" width="375" height="142"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="settingsCustomerSupport" translatesAutoresizingMaskIntoConstraints="NO" id="0X3-zT-h4J">
<rect key="frame" x="151" y="9" width="72" height="62"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We are always there to help you." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bBQ-Kh-RDo">
<rect key="frame" x="92" y="93" width="191" height="17"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.92493563889999997" green="0.1104006246" blue="0.14042073490000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="bBQ-Kh-RDo" firstAttribute="top" secondItem="0X3-zT-h4J" secondAttribute="bottom" constant="22" id="4bh-fD-nTR"/>
<constraint firstItem="0X3-zT-h4J" firstAttribute="centerX" secondItem="vv2-mB-673" secondAttribute="centerX" id="OCO-L1-sUV"/>
<constraint firstItem="bBQ-Kh-RDo" firstAttribute="centerX" secondItem="vv2-mB-673" secondAttribute="centerX" id="VEO-Cq-s5P"/>
<constraint firstAttribute="height" constant="142" id="g2U-OH-cE5"/>
<constraint firstItem="0X3-zT-h4J" firstAttribute="top" secondItem="vv2-mB-673" secondAttribute="top" constant="9" id="pJ9-Sn-zFU"/>
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6it-eM-2a3">
<rect key="frame" x="0.0" y="142" width="375" height="54"/>
<constraints>
<constraint firstAttribute="height" constant="54" id="EtC-nC-u7c"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<state key="normal" title="Transactions Amendment Request">
<color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="sendAmendmentRequest:" destination="n3q-5Y-kTd" eventType="touchUpInside" id="Anw-rO-npN"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ahz-Qe-Dgm" userLabel="Border">
<rect key="frame" x="0.0" y="196" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="6DC-gp-n4P"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rTs-LR-BL7" userLabel="Border">
<rect key="frame" x="0.0" y="250.5" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="RRU-5l-RIh"/>
</constraints>
</view>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QRI-IU-Whs">
<rect key="frame" x="70.5" y="315" width="234" height="74"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="For more information call at" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1NB-l1-QhS">
<rect key="frame" x="0.0" y="0.0" width="165" height="74"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="K3C-ik-WRA">
<rect key="frame" x="165" y="0.0" width="69" height="74"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<inset key="contentEdgeInsets" minX="5" minY="0.0" maxX="0.0" maxY="0.0"/>
<state key="normal" title="1588 6864">
<color key="titleColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="callSupportCenter:" destination="n3q-5Y-kTd" eventType="touchUpInside" id="P6I-Wa-Yka"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="74" id="wKm-2n-Z9M"/>
</constraints>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xUY-jw-VlM">
<rect key="frame" x="0.0" y="196.5" width="375" height="54"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<state key="normal" title="Suggestions/ Feedback">
<color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="sendSuggestion:" destination="n3q-5Y-kTd" eventType="touchUpInside" id="k9P-Zp-V4s"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="xUY-jw-VlM" secondAttribute="trailing" id="2yc-ec-uGB"/>
<constraint firstItem="Ahz-Qe-Dgm" firstAttribute="top" secondItem="6it-eM-2a3" secondAttribute="bottom" id="5Ns-zc-cPN"/>
<constraint firstAttribute="trailing" secondItem="6it-eM-2a3" secondAttribute="trailing" id="7dm-ZE-pad"/>
<constraint firstItem="vv2-mB-673" firstAttribute="top" secondItem="MFY-c1-vct" secondAttribute="top" id="BoC-k7-Zw0"/>
<constraint firstItem="xUY-jw-VlM" firstAttribute="height" secondItem="6it-eM-2a3" secondAttribute="height" id="Bzd-yK-nhj"/>
<constraint firstItem="rTs-LR-BL7" firstAttribute="top" secondItem="xUY-jw-VlM" secondAttribute="bottom" id="CJ6-s9-pah"/>
<constraint firstItem="xUY-jw-VlM" firstAttribute="leading" secondItem="MFY-c1-vct" secondAttribute="leading" id="CfF-G2-WVv"/>
<constraint firstItem="xUY-jw-VlM" firstAttribute="top" secondItem="Ahz-Qe-Dgm" secondAttribute="bottom" id="I51-W5-ODQ"/>
<constraint firstItem="Ahz-Qe-Dgm" firstAttribute="leading" secondItem="MFY-c1-vct" secondAttribute="leading" id="Ocy-6C-eJg"/>
<constraint firstItem="QRI-IU-Whs" firstAttribute="top" secondItem="rTs-LR-BL7" secondAttribute="bottom" constant="64" id="SAn-Ue-Kdi"/>
<constraint firstAttribute="trailing" secondItem="rTs-LR-BL7" secondAttribute="trailing" id="SgS-Bq-Zp0"/>
<constraint firstItem="rTs-LR-BL7" firstAttribute="leading" secondItem="MFY-c1-vct" secondAttribute="leading" id="ZwO-Xy-0vC"/>
<constraint firstItem="QRI-IU-Whs" firstAttribute="centerX" secondItem="MFY-c1-vct" secondAttribute="centerX" id="aX1-xl-Kny"/>
<constraint firstItem="6it-eM-2a3" firstAttribute="top" secondItem="vv2-mB-673" secondAttribute="bottom" id="ipN-1D-xJT"/>
<constraint firstItem="6it-eM-2a3" firstAttribute="leading" secondItem="MFY-c1-vct" secondAttribute="leading" id="tdk-YJ-8Y5"/>
<constraint firstItem="vv2-mB-673" firstAttribute="leading" secondItem="MFY-c1-vct" secondAttribute="leading" id="wch-fa-TB7"/>
<constraint firstAttribute="trailing" secondItem="Ahz-Qe-Dgm" secondAttribute="trailing" id="yVH-os-wpI"/>
<constraint firstAttribute="trailing" secondItem="vv2-mB-673" secondAttribute="trailing" id="zoC-VZ-cvO"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="lvo-gr-Nmk" firstAttribute="bottom" secondItem="MFY-c1-vct" secondAttribute="bottom" id="0Y7-c5-fHh"/>
<constraint firstItem="MFY-c1-vct" firstAttribute="trailing" secondItem="lvo-gr-Nmk" secondAttribute="trailing" id="4mm-yM-jhV"/>
<constraint firstItem="MFY-c1-vct" firstAttribute="leading" secondItem="lvo-gr-Nmk" secondAttribute="leading" id="SWi-2H-87h"/>
<constraint firstItem="MFY-c1-vct" firstAttribute="top" secondItem="lvo-gr-Nmk" secondAttribute="top" id="YyT-6O-bjH"/>
</constraints>
<viewLayoutGuide key="safeArea" id="lvo-gr-Nmk"/>
</view>
<connections>
<outlet property="buttonPhone" destination="K3C-ik-WRA" id="UeU-c9-R8a"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="vIF-fQ-0Ih" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="5290.5" y="3403.5"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="2tP-mz-ddZ">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="BTN-xb-jMo" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="e8g-ne-fH0">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="klE-Na-LMr" kind="relationship" relationship="rootViewController" id="3xH-Hm-2Ot"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="TIE-vW-b6C" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3899.5" y="3171.5"/>
</scene>
</scenes>
<resources>
<image name="ic-home" width="20" height="20"/>

2
Pods/Pods.xcodeproj/xcuserdata/shishir.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
<key>Alamofire.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>AlamofireNetworkActivityLogger.xcscheme</key>
<dict>

Loading…
Cancel
Save