zjf
2023-03-06 392b76515f40376b6d36f40a114850ef63650384
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="PBBackNavItem">
            <rect key="frame" x="0.0" y="0.0" width="60" height="44"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Gx-5p-9Oh">
                    <rect key="frame" x="0.0" y="7" width="30" height="30"/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <connections>
                        <action selector="backNavItemAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="UdD-nm-rfg"/>
                    </connections>
                </button>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wdq-Iw-kfM">
                    <rect key="frame" x="18" y="0.0" width="42" height="44"/>
                    <fontDescription key="fontDescription" type="system" pointSize="18"/>
                    <color key="textColor" red="0.25490196078431371" green="0.49803921568627452" blue="0.80392156862745101" alpha="1" colorSpace="calibratedRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Project_nav_back" translatesAutoresizingMaskIntoConstraints="NO" id="pvC-ZH-4KY">
                    <rect key="frame" x="0.0" y="12" width="12" height="20"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="12" id="VeZ-Fs-4FU"/>
                    </constraints>
                </imageView>
            </subviews>
            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
            <constraints>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="Wdq-Iw-kfM" secondAttribute="bottom" id="N1b-ld-ahW"/>
                <constraint firstItem="Wdq-Iw-kfM" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="UJz-94-U0q"/>
                <constraint firstItem="pvC-ZH-4KY" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="hsN-KZ-4xc"/>
                <constraint firstItem="pvC-ZH-4KY" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="jgQ-qH-Pyo"/>
                <constraint firstItem="Wdq-Iw-kfM" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="l9a-6e-G0b"/>
                <constraint firstItem="pvC-ZH-4KY" firstAttribute="leading" secondItem="0Gx-5p-9Oh" secondAttribute="leading" id="lMP-1W-SrQ"/>
                <constraint firstItem="pvC-ZH-4KY" firstAttribute="centerY" secondItem="0Gx-5p-9Oh" secondAttribute="centerY" id="lf7-8A-lXo"/>
                <constraint firstItem="Wdq-Iw-kfM" firstAttribute="leading" secondItem="pvC-ZH-4KY" secondAttribute="trailing" constant="6" id="uba-cj-AYR"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <connections>
                <outlet property="titleL" destination="Wdq-Iw-kfM" id="Zzj-Qw-3tI"/>
            </connections>
            <point key="canvasLocation" x="171.19999999999999" y="-146.62668665667167"/>
        </view>
    </objects>
    <resources>
        <image name="Project_nav_back" width="12" height="20"/>
    </resources>
</document>