younger_times
2023-04-24 a43a3dcf34a398b0fe693304fa00feb83a876ce8
BrokerDriver/Login/VC/LoginVC.xib
@@ -4,6 +4,7 @@
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -11,6 +12,8 @@
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LoginVC" customModule="BrokerDriver" customModuleProvider="target">
            <connections>
                <outlet property="tf_email" destination="Rz6-l8-dPP" id="EYF-CP-5mX"/>
                <outlet property="tf_pwd" destination="QiU-cK-F8o" id="Hto-bR-Mlw"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
@@ -21,9 +24,13 @@
            <subviews>
                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_logo" translatesAutoresizingMaskIntoConstraints="NO" id="Gvf-3j-Apa">
                    <rect key="frame" x="138.66666666666666" y="156" width="116" height="116"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="116" id="1Dp-Wb-hpe"/>
                        <constraint firstAttribute="height" constant="116" id="irQ-eW-e0a"/>
                    </constraints>
                </imageView>
                <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="x3m-nw-HqX">
                    <rect key="frame" x="0.0" y="286" width="393" height="87"/>
                    <rect key="frame" x="0.0" y="286" width="393" height="174"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sGN-VP-INk">
                            <rect key="frame" x="0.0" y="0.0" width="393" height="87"/>
@@ -55,23 +62,92 @@
                                <constraint firstAttribute="bottom" secondItem="EmS-AI-xY2" secondAttribute="bottom" id="zN4-BA-ELn"/>
                            </constraints>
                        </view>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2pQ-cI-i8Q">
                            <rect key="frame" x="0.0" y="87" width="393" height="87"/>
                            <subviews>
                                <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="PASSWORD" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="QiU-cK-F8o" customClass="QMUITextField">
                                    <rect key="frame" x="50" y="28.666666666666686" width="293" height="30"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="30" id="2ns-If-iXj"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
                                    <textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
                                </textField>
                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Oe-TK-sTI">
                                    <rect key="frame" x="50" y="86.666666666666686" width="293" height="0.3333333333333286"/>
                                    <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="0.5" id="KCe-8a-U7J"/>
                                    </constraints>
                                </view>
                            </subviews>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="bottom" secondItem="6Oe-TK-sTI" secondAttribute="bottom" id="1fD-ue-w1V"/>
                                <constraint firstAttribute="trailing" secondItem="6Oe-TK-sTI" secondAttribute="trailing" constant="50" id="9sj-ZY-StH"/>
                                <constraint firstAttribute="trailing" secondItem="QiU-cK-F8o" secondAttribute="trailing" constant="50" id="ctJ-C8-qvr"/>
                                <constraint firstItem="6Oe-TK-sTI" firstAttribute="leading" secondItem="2pQ-cI-i8Q" secondAttribute="leading" constant="50" id="k9d-qt-bvR"/>
                                <constraint firstAttribute="height" constant="87" id="oXF-Td-h01"/>
                                <constraint firstItem="QiU-cK-F8o" firstAttribute="centerY" secondItem="2pQ-cI-i8Q" secondAttribute="centerY" id="sSu-W4-cs8"/>
                                <constraint firstItem="QiU-cK-F8o" firstAttribute="leading" secondItem="2pQ-cI-i8Q" secondAttribute="leading" constant="50" id="sgT-8v-fkd"/>
                            </constraints>
                        </view>
                    </subviews>
                </stackView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2aJ-LA-4Bt">
                    <rect key="frame" x="276" y="475" width="108" height="27"/>
                    <fontDescription key="fontDescription" type="boldSystem" pointSize="12"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" title="Forgot password?">
                        <color key="titleColor" red="0.98431372549019602" green="0.73725490196078436" blue="0.047058823529411764" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    </state>
                    <connections>
                        <action selector="forgotAction:" destination="-1" eventType="touchUpInside" id="T9c-fA-k8F"/>
                    </connections>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A2S-IL-GOY">
                    <rect key="frame" x="16" y="544" width="361" height="44"/>
                    <color key="backgroundColor" name="ThemeColor"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="44" id="NGy-qp-iCj"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" title="Login">
                        <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    </state>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                            <real key="value" value="22"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                    <connections>
                        <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="S0r-iu-AlI"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="x3m-nw-HqX" secondAttribute="trailing" id="A3A-iu-fKn"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="2aJ-LA-4Bt" secondAttribute="trailing" constant="9" id="5TN-Ox-bOB"/>
                <constraint firstItem="x3m-nw-HqX" firstAttribute="top" secondItem="Gvf-3j-Apa" secondAttribute="bottom" constant="14" id="9fd-cP-qpI"/>
                <constraint firstItem="Gvf-3j-Apa" firstAttribute="centerX" secondItem="fnl-2z-Ty3" secondAttribute="centerX" id="GqD-ZN-8zm"/>
                <constraint firstItem="x3m-nw-HqX" firstAttribute="top" secondItem="Gvf-3j-Apa" secondAttribute="bottom" constant="14" id="I4q-T0-3a4"/>
                <constraint firstItem="A2S-IL-GOY" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="Opp-4G-8OM"/>
                <constraint firstItem="A2S-IL-GOY" firstAttribute="top" secondItem="2aJ-LA-4Bt" secondAttribute="bottom" constant="42" id="SuD-uR-onG"/>
                <constraint firstItem="Gvf-3j-Apa" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="97" id="dD9-MQ-Juz"/>
                <constraint firstItem="2aJ-LA-4Bt" firstAttribute="top" secondItem="x3m-nw-HqX" secondAttribute="bottom" constant="15" id="hDy-a4-U0J"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="A2S-IL-GOY" secondAttribute="trailing" constant="16" id="i9S-JV-us1"/>
                <constraint firstItem="x3m-nw-HqX" firstAttribute="trailing" secondItem="fnl-2z-Ty3" secondAttribute="trailing" id="iNb-9F-iK2"/>
                <constraint firstItem="x3m-nw-HqX" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="rjp-aR-VRM"/>
            </constraints>
            <point key="canvasLocation" x="140" y="21"/>
            <point key="canvasLocation" x="139.69465648854961" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <image name="icon_logo" width="116" height="116"/>
        <namedColor name="ThemeColor">
            <color red="0.99215686274509807" green="0.82745098039215681" blue="0.015686274509803921" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>