Browse Source

profile view update

v0.17
Suraj Lohani 1 year ago
parent
commit
631326fdc6
  1. 20
      GME Remit/Modules/SideMenu/Setting.storyboard

20
GME Remit/Modules/SideMenu/Setting.storyboard

@ -722,7 +722,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MCI-h0-0pJ">
<rect key="frame" x="0.0" y="1395" width="375" height="110"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xb8-n1-VS1">
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xb8-n1-VS1">
<rect key="frame" x="8" y="16" width="359" height="20"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yij-V4-T3Z">
@ -736,8 +736,11 @@
<action selector="privacyPolicy:" destination="XWE-Lo-Wrc" eventType="touchUpInside" id="MtE-pJ-fGE"/>
</connections>
</button>
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="42g-fu-INs">
<rect key="frame" x="108" y="0.0" width="115" height="20"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Q3-YQ-PHv">
<rect key="frame" x="98.5" y="0.0" width="8" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="8" height="20"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eJr-zw-D8V">
<rect key="frame" x="0.0" y="6" width="8" height="8"/>
@ -756,7 +759,7 @@
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1L9-no-QDs">
<rect key="frame" x="119.5" y="0.0" width="99" height="20"/>
<rect key="frame" x="16" y="0.0" width="99" height="20"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="10"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="Terms &amp; Conditions">
@ -766,8 +769,13 @@
<action selector="termsAndConditions:" destination="XWE-Lo-Wrc" eventType="touchUpInside" id="fJS-kF-zTh"/>
</connections>
</button>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="hXZ-Am-q73">
<rect key="frame" x="232" y="0.0" width="127" height="20"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LwY-Vy-tER">
<rect key="frame" x="232" y="0.0" width="8" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="8" height="20"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TCV-Ob-Lxi">
<rect key="frame" x="0.0" y="6" width="8" height="8"/>
@ -786,7 +794,7 @@
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="quP-5g-BId">
<rect key="frame" x="248" y="0.0" width="111" height="20"/>
<rect key="frame" x="16" y="0.0" width="111" height="20"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="10"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="Fraud Gurantee Policy">
@ -799,6 +807,8 @@
</subviews>
</stackView>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="xb8-n1-VS1" firstAttribute="leading" secondItem="MCI-h0-0pJ" secondAttribute="leading" constant="8" id="7er-ii-nnx"/>

Loading…
Cancel
Save