|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
3 | 3 | <device id="retina4_7" orientation="portrait" appearance="light"/> |
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="iOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/> |
7 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
8 | 8 | <capability name="System colors in document resources" minToolsVersion="11.0"/> |
9 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
|
16 | 16 | <view key="view" contentMode="scaleToFill" id="jmi-Lo-St4"> |
17 | 17 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
18 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gqJ-oN-JCK"> |
| 21 | + <rect key="frame" x="87.5" y="50" width="200" height="50"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="width" constant="200" id="3QE-nw-Od3"/> |
| 24 | + <constraint firstAttribute="height" constant="50" id="MXC-rS-qfY"/> |
| 25 | + </constraints> |
| 26 | + <fontDescription key="fontDescription" name="HelveticaNeue-Bold" family="Helvetica Neue" pointSize="20"/> |
| 27 | + <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| 28 | + <state key="normal" title="isTranslucent True"> |
| 29 | + <color key="titleColor" systemColor="systemBlueColor"/> |
| 30 | + </state> |
| 31 | + <connections> |
| 32 | + <action selector="buttonChangeTranslucent:" destination="p3c-kf-PfN" eventType="touchUpInside" id="FG2-xH-GUG"/> |
| 33 | + </connections> |
| 34 | + </button> |
| 35 | + </subviews> |
19 | 36 | <viewLayoutGuide key="safeArea" id="QCP-uk-H24"/> |
20 | 37 | <color key="backgroundColor" systemColor="opaqueSeparatorColor"/> |
| 38 | + <constraints> |
| 39 | + <constraint firstItem="gqJ-oN-JCK" firstAttribute="top" secondItem="QCP-uk-H24" secondAttribute="top" constant="30" id="2Vg-iw-6Rl"/> |
| 40 | + <constraint firstItem="gqJ-oN-JCK" firstAttribute="centerX" secondItem="jmi-Lo-St4" secondAttribute="centerX" id="Crs-BD-puY"/> |
| 41 | + </constraints> |
21 | 42 | </view> |
22 | 43 | </viewController> |
23 | 44 | <placeholder placeholderIdentifier="IBFirstResponder" id="Uzt-sR-4xA" sceneMemberID="firstResponder"/> |
|
29 | 50 | <systemColor name="opaqueSeparatorColor"> |
30 | 51 | <color red="0.77647058820000003" green="0.77647058820000003" blue="0.7843137255" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
31 | 52 | </systemColor> |
| 53 | + <systemColor name="systemBlueColor"> |
| 54 | + <color red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 55 | + </systemColor> |
32 | 56 | </resources> |
33 | 57 | </document> |
0 commit comments