|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> |
3 | 3 | <dependencies>
|
4 | 4 | <deployment identifier="iOS"/>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
6 | 6 | </dependencies>
|
7 | 7 | <objects>
|
8 | 8 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
15 | 15 | <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
|
16 | 16 | <subviews>
|
17 | 17 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Header" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="529-R1-yiG">
|
18 |
| - <rect key="frame" x="266" y="10" width="67" height="24"/> |
| 18 | + <rect key="frame" x="264.5" y="10" width="70.5" height="24"/> |
19 | 19 | <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
|
20 | 20 | <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
21 | 21 | <nil key="highlightedColor"/>
|
|
27 | 27 | <constraint firstAttribute="height" constant="1" id="Dgq-16-x6W"/>
|
28 | 28 | </constraints>
|
29 | 29 | </view>
|
| 30 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wbo-4f-nBI"> |
| 31 | + <rect key="frame" x="545" y="7" width="45" height="30"/> |
| 32 | + <state key="normal" title="Delete"> |
| 33 | + <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 34 | + </state> |
| 35 | + </button> |
30 | 36 | </subviews>
|
31 | 37 | <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
|
32 | 38 | <constraints>
|
|
35 | 41 | <constraint firstAttribute="centerX" secondItem="529-R1-yiG" secondAttribute="centerX" constant="0.5" id="Ez4-cT-XW6"/>
|
36 | 42 | <constraint firstItem="Etg-G3-Srz" firstAttribute="leading" secondItem="Y9z-3k-J3L" secondAttribute="leading" id="diQ-O1-FHr"/>
|
37 | 43 | <constraint firstAttribute="bottom" secondItem="Etg-G3-Srz" secondAttribute="bottom" id="gpa-Wo-lfq"/>
|
| 44 | + <constraint firstItem="Wbo-4f-nBI" firstAttribute="centerY" secondItem="Y9z-3k-J3L" secondAttribute="centerY" id="iaE-QE-1Hx"/> |
| 45 | + <constraint firstAttribute="trailing" secondItem="Wbo-4f-nBI" secondAttribute="trailing" constant="10" id="sCX-4g-9Fj"/> |
38 | 46 | </constraints>
|
39 | 47 | </view>
|
40 | 48 | </subviews>
|
|
46 | 54 | </constraints>
|
47 | 55 | <nil key="simulatedStatusBarMetrics"/>
|
48 | 56 | <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
| 57 | + <connections> |
| 58 | + <outlet property="deleteButton" destination="Wbo-4f-nBI" id="kmg-4A-PJh"/> |
| 59 | + </connections> |
49 | 60 | </view>
|
50 | 61 | </objects>
|
51 | 62 | </document>
|
0 commit comments