Browse Source

updated the UI changes

pull/1/head
Dibya Malla 4 years ago
parent
commit
436ff511f5
  1. 8
      GME Remit.xcodeproj/project.pbxproj
  2. 2
      GME Remit/Modules/Home/User Interface/View/HomeViewController.swift
  3. 6
      GME Remit/Modules/Login/User Interface/View/Login.storyboard
  4. 2
      GME Remit/Modules/RegisterModules/UserAuthentication/NewRegister/User Interface/View/NewRegister.storyboard
  5. 8
      GME Remit/Modules/RegisterModules/VerifyIDNumber/User Interface/View/VerifyIDNumber.storyboard
  6. 4
      GME Remit/Modules/RegisterModules/VerifyIDNumber/User Interface/View/VerifyIDNumberViewController.swift
  7. 2
      GME Remit/MultiLanguages/en.lproj/Localizable.strings

8
GME Remit.xcodeproj/project.pbxproj

@ -7480,9 +7480,9 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = GH2642V3WY;
DEVELOPMENT_TEAM = XU9DUEQ8G7;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -7519,9 +7519,9 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = GH2642V3WY;
DEVELOPMENT_TEAM = XU9DUEQ8G7;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",

2
GME Remit/Modules/Home/User Interface/View/HomeViewController.swift

@ -80,7 +80,7 @@ class HomeViewController: UIViewController {
setMessageView()
self.tableView.reloadData()
updateBalance()
self.update()
//self.update()
// if kyc is false then,
if self.didNotSubmitKycAndNotVerified {
let agreeYN = GMEDB.shared.user.string(.agreeYn) ?? "0"

6
GME Remit/Modules/Login/User Interface/View/Login.storyboard

@ -23,7 +23,7 @@
<!--Login View Controller-->
<scene sceneID="3PZ-9f-Dk0">
<objects>
<viewController storyboardIdentifier="LoginViewController" id="z4C-iC-QQa" customClass="LoginViewController" customModule="Fast_Remit" customModuleProvider="target" sceneMemberID="viewController">
<viewController storyboardIdentifier="LoginViewController" id="z4C-iC-QQa" customClass="LoginViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="DTh-9U-4Cr">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@ -40,7 +40,7 @@
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="Qm0-Vh-TcC">
<rect key="frame" x="40" y="185" width="240" height="110"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter your ID for using Fast Remit" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="GkK-3R-8Nq" customClass="ValidationTextField" customModule="Fast_Remit" customModuleProvider="target">
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter your ID for using Fast Remit" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="GkK-3R-8Nq" customClass="ValidationTextField" customModule="JME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="240" height="45"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
@ -58,7 +58,7 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter your password of Fast Remit" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="pCq-Gh-cKW" customClass="ValidationTextField" customModule="Fast_Remit" customModuleProvider="target">
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter your password of Fast Remit" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="pCq-Gh-cKW" customClass="ValidationTextField" customModule="JME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="65" width="240" height="45"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>

2
GME Remit/Modules/RegisterModules/UserAuthentication/NewRegister/User Interface/View/NewRegister.storyboard

@ -20,7 +20,7 @@
<!--NewRegister-->
<scene sceneID="R60-Pu-Hpy">
<objects>
<viewController storyboardIdentifier="NewRegisterViewController" title="NewRegister" id="HSb-ou-7T5" customClass="NewRegisterViewController" customModule="Fast_Remit" customModuleProvider="target" sceneMemberID="viewController">
<viewController storyboardIdentifier="NewRegisterViewController" title="NewRegister" id="HSb-ou-7T5" customClass="NewRegisterViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>

8
GME Remit/Modules/RegisterModules/VerifyIDNumber/User Interface/View/VerifyIDNumber.storyboard

@ -19,7 +19,7 @@
<!--VerifyIDNumber-->
<scene sceneID="R60-Pu-Hpy">
<objects>
<viewController storyboardIdentifier="VerifyIDNumberViewController" title="VerifyIDNumber" id="HSb-ou-7T5" customClass="VerifyIDNumberViewController" customModule="Fast_Remit" customModuleProvider="target" sceneMemberID="viewController">
<viewController storyboardIdentifier="VerifyIDNumberViewController" title="VerifyIDNumber" id="HSb-ou-7T5" customClass="VerifyIDNumberViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y1H-iV-BwG"/>
<viewControllerLayoutGuide type="bottom" id="PYB-Kq-ghm"/>
@ -34,14 +34,14 @@
<color key="textColor" name="ThemeRedWhite"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="ID Number" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="opg-Rc-4OT" customClass="ValidationTextField" customModule="Fast_Remit" customModuleProvider="target">
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="ID Number" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="opg-Rc-4OT" customClass="ValidationTextField" customModule="JME_Remit" customModuleProvider="target">
<rect key="frame" x="16" y="68" width="343" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="7dm-tW-nUV"/>
</constraints>
<color key="textColor" name="ThemeText"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="isShowTitle" value="NO"/>
<userDefinedRuntimeAttribute type="boolean" keyPath="isUseTitle" value="YES"/>
@ -49,7 +49,7 @@
<userDefinedRuntimeAttribute type="color" keyPath="leftImageTintColor">
<color key="value" name="ThemeText"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Residential Id Number"/>
<userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Residence ID Card Number"/>
</userDefinedRuntimeAttributes>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ofc-cS-vUI">

4
GME Remit/Modules/RegisterModules/VerifyIDNumber/User Interface/View/VerifyIDNumberViewController.swift

@ -11,8 +11,8 @@ import UIKit
class VerifyIDNumberViewController: UIViewController {
struct StringConstants {
let userIdTitle = "userid_title_text".localized()
let useridPlaceholder = "userid_placeholder_text".localized()
let userIdTitle = "Residence ID Card No"
let useridPlaceholder = "Residence ID Card Number"
let useridError = "userid_error_text".localized()
let registerHeader = "register_title_text".localized()

2
GME Remit/MultiLanguages/en.lproj/Localizable.strings

@ -758,7 +758,7 @@
"agree_text" = "Agree";
// New Registration
"new_registration_title_text" = "Registeration Process";
"new_registration_title_text" = "Registration Process";
"step1_sub_title_text" = "Personal Information";
"step2_sub_title_text" = "Documents";
"step3_sub_title_text" = "Try to Penny Test";

Loading…
Cancel
Save