|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
3 | | - <device id="retina4_7" orientation="portrait"> |
4 | | - <adaptation id="fullscreen"/> |
5 | | - </device> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
6 | 4 | <dependencies> |
7 | 5 | <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/> |
9 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
10 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
11 | 9 | </dependencies> |
12 | 10 | <objects> |
13 | 11 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
14 | 12 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
15 | 13 | <view contentMode="scaleToFill" id="wsJ-iY-FyE" customClass="AccountHeaderView" customModule="WooCommerce" customModuleProvider="target"> |
16 | | - <rect key="frame" x="0.0" y="0.0" width="375" height="154"/> |
| 14 | + <rect key="frame" x="0.0" y="0.0" width="375" height="208"/> |
17 | 15 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
18 | 16 | <subviews> |
19 | | - <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="vOQ-CP-fZ1" customClass="CircularImageView" customModule="WooCommerce" customModuleProvider="target"> |
20 | | - <rect key="frame" x="157.5" y="29" width="60" height="60"/> |
| 17 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Iu9-0K-UMw"> |
| 18 | + <rect key="frame" x="16" y="51" width="343" height="141"/> |
| 19 | + <subviews> |
| 20 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="lCv-yX-Ygz"> |
| 21 | + <rect key="frame" x="8" y="8" width="327" height="125"/> |
| 22 | + <subviews> |
| 23 | + <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="vOQ-CP-fZ1" customClass="CircularImageView" customModule="WooCommerce" customModuleProvider="target"> |
| 24 | + <rect key="frame" x="133.5" y="0.0" width="60" height="60"/> |
| 25 | + <constraints> |
| 26 | + <constraint firstAttribute="height" constant="60" id="IcJ-wJ-Tra"/> |
| 27 | + <constraint firstAttribute="width" constant="60" id="cwR-2d-T4e"/> |
| 28 | + </constraints> |
| 29 | + </imageView> |
| 30 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="750" text="Full Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xHF-gJ-reo"> |
| 31 | + <rect key="frame" x="124" y="66" width="79" height="20.5"/> |
| 32 | + <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
| 33 | + <nil key="textColor"/> |
| 34 | + <nil key="highlightedColor"/> |
| 35 | + </label> |
| 36 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" text="@username" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LiJ-G2-nZS"> |
| 37 | + <rect key="frame" x="123" y="92.5" width="81.5" height="32.5"/> |
| 38 | + <fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/> |
| 39 | + <color key="textColor" systemColor="scrollViewTexturedBackgroundColor"/> |
| 40 | + <nil key="highlightedColor"/> |
| 41 | + </label> |
| 42 | + </subviews> |
| 43 | + </stackView> |
| 44 | + </subviews> |
| 45 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
21 | 46 | <constraints> |
22 | | - <constraint firstAttribute="height" constant="60" id="IcJ-wJ-Tra"/> |
23 | | - <constraint firstAttribute="width" constant="60" id="cwR-2d-T4e"/> |
| 47 | + <constraint firstAttribute="bottom" secondItem="lCv-yX-Ygz" secondAttribute="bottom" constant="8" id="CAy-lR-XLj"/> |
| 48 | + <constraint firstAttribute="trailing" secondItem="lCv-yX-Ygz" secondAttribute="trailing" constant="8" id="Etl-Jd-unS"/> |
| 49 | + <constraint firstItem="lCv-yX-Ygz" firstAttribute="leading" secondItem="Iu9-0K-UMw" secondAttribute="leading" constant="8" id="nO2-oS-Mlt"/> |
| 50 | + <constraint firstItem="lCv-yX-Ygz" firstAttribute="top" secondItem="Iu9-0K-UMw" secondAttribute="top" constant="8" id="qTU-dD-YDN"/> |
24 | 51 | </constraints> |
25 | | - </imageView> |
26 | | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="750" text="Full Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xHF-gJ-reo"> |
27 | | - <rect key="frame" x="10" y="97" width="355" height="20.5"/> |
28 | | - <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
29 | | - <nil key="textColor"/> |
30 | | - <nil key="highlightedColor"/> |
31 | | - </label> |
32 | | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" text="@username" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LiJ-G2-nZS"> |
33 | | - <rect key="frame" x="10" y="121.5" width="355" height="18"/> |
34 | | - <fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/> |
35 | | - <color key="textColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/> |
36 | | - <nil key="highlightedColor"/> |
37 | | - </label> |
38 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VVa-5o-MfJ"> |
| 52 | + </view> |
| 53 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VVa-5o-MfJ"> |
39 | 54 | <rect key="frame" x="316" y="2" width="36" height="33"/> |
| 55 | + <constraints> |
| 56 | + <constraint firstAttribute="height" constant="33" id="wCF-Hj-x8z"/> |
| 57 | + </constraints> |
40 | 58 | <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> |
41 | 59 | <state key="normal" title="Help"/> |
42 | 60 | </button> |
43 | 61 | </subviews> |
| 62 | + <viewLayoutGuide key="safeArea" id="DAy-rN-ump"/> |
44 | 63 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
45 | 64 | <constraints> |
46 | | - <constraint firstItem="LiJ-G2-nZS" firstAttribute="leading" secondItem="DAy-rN-ump" secondAttribute="leading" constant="10" id="4a0-8q-Z34"/> |
47 | | - <constraint firstItem="xHF-gJ-reo" firstAttribute="top" secondItem="vOQ-CP-fZ1" secondAttribute="bottom" constant="8" id="BTx-oz-REg"/> |
48 | | - <constraint firstItem="DAy-rN-ump" firstAttribute="trailing" secondItem="xHF-gJ-reo" secondAttribute="trailing" constant="10" id="JKO-gN-oNe"/> |
49 | | - <constraint firstItem="vOQ-CP-fZ1" firstAttribute="centerX" secondItem="wsJ-iY-FyE" secondAttribute="centerX" id="NgM-Yn-gMx"/> |
| 65 | + <constraint firstItem="DAy-rN-ump" firstAttribute="bottom" secondItem="Iu9-0K-UMw" secondAttribute="bottom" constant="16" id="AXk-rz-eP9"/> |
50 | 66 | <constraint firstItem="VVa-5o-MfJ" firstAttribute="top" secondItem="DAy-rN-ump" secondAttribute="top" constant="2" id="OI5-8Y-b7J"/> |
51 | | - <constraint firstItem="xHF-gJ-reo" firstAttribute="leading" secondItem="DAy-rN-ump" secondAttribute="leading" constant="10" id="bvI-bc-8La"/> |
52 | | - <constraint firstItem="LiJ-G2-nZS" firstAttribute="top" secondItem="xHF-gJ-reo" secondAttribute="bottom" constant="4" id="gOl-k9-naS"/> |
53 | | - <constraint firstItem="DAy-rN-ump" firstAttribute="trailing" secondItem="LiJ-G2-nZS" secondAttribute="trailing" constant="10" id="je2-Uv-FAR"/> |
| 67 | + <constraint firstItem="Iu9-0K-UMw" firstAttribute="top" secondItem="VVa-5o-MfJ" secondAttribute="bottom" constant="16" id="T4v-ze-N1X"/> |
| 68 | + <constraint firstAttribute="trailing" secondItem="Iu9-0K-UMw" secondAttribute="trailing" constant="16" id="Wws-a4-OMa"/> |
| 69 | + <constraint firstItem="Iu9-0K-UMw" firstAttribute="leading" secondItem="wsJ-iY-FyE" secondAttribute="leading" constant="16" id="YGI-I2-0ib"/> |
54 | 70 | <constraint firstItem="DAy-rN-ump" firstAttribute="trailing" secondItem="VVa-5o-MfJ" secondAttribute="trailing" constant="23" id="pHG-lI-j8V"/> |
55 | | - <constraint firstItem="vOQ-CP-fZ1" firstAttribute="top" secondItem="DAy-rN-ump" secondAttribute="top" constant="29" id="yHD-B7-H48"/> |
56 | 71 | </constraints> |
57 | 72 | <nil key="simulatedTopBarMetrics"/> |
58 | 73 | <nil key="simulatedBottomBarMetrics"/> |
59 | 74 | <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> |
60 | | - <viewLayoutGuide key="safeArea" id="DAy-rN-ump"/> |
61 | 75 | <connections> |
| 76 | + <outlet property="containerView" destination="Iu9-0K-UMw" id="2vR-o9-OI1"/> |
62 | 77 | <outlet property="fullnameLabel" destination="xHF-gJ-reo" id="ba9-Sw-RJO"/> |
63 | 78 | <outlet property="gravatarImageView" destination="vOQ-CP-fZ1" id="K0E-fC-gY9"/> |
64 | 79 | <outlet property="helpButton" destination="VVa-5o-MfJ" id="jqF-NU-aZe"/> |
65 | 80 | <outlet property="usernameLabel" destination="LiJ-G2-nZS" id="SiG-bv-eTM"/> |
66 | 81 | </connections> |
67 | | - <point key="canvasLocation" x="-7.2000000000000002" y="-333.7331334332834"/> |
| 82 | + <point key="canvasLocation" x="-7.2000000000000002" y="-309.44527736131937"/> |
68 | 83 | </view> |
69 | 84 | </objects> |
| 85 | + <resources> |
| 86 | + <systemColor name="scrollViewTexturedBackgroundColor"> |
| 87 | + <color red="0.43529411764705878" green="0.44313725490196082" blue="0.47450980392156861" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 88 | + </systemColor> |
| 89 | + </resources> |
70 | 90 | </document> |
0 commit comments