|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
3 |
| - <device id="retina4_7" orientation="portrait"> |
4 |
| - <adaptation id="fullscreen"/> |
5 |
| - </device> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
| 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="13772"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/> |
9 | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
10 | 8 | </dependencies>
|
11 | 9 | <scenes>
|
|
20 | 18 | <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
|
21 | 19 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
22 | 20 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
| 21 | + <subviews> |
| 22 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sIj-hc-Uk3" customClass="SPLabel" customModule="SpringText"> |
| 23 | + <rect key="frame" x="16" y="20" width="42" height="21"/> |
| 24 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 25 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 26 | + <nil key="textColor"/> |
| 27 | + <nil key="highlightedColor"/> |
| 28 | + </label> |
| 29 | + </subviews> |
23 | 30 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
24 | 31 | </view>
|
| 32 | + <connections> |
| 33 | + <outlet property="lblTitle" destination="sIj-hc-Uk3" id="LcL-HP-JCM"/> |
| 34 | + </connections> |
25 | 35 | </viewController>
|
26 | 36 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
|
27 | 37 | </objects>
|
| 38 | + <point key="canvasLocation" x="138" y="133"/> |
28 | 39 | </scene>
|
29 | 40 | </scenes>
|
30 | 41 | </document>
|
0 commit comments