|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
3 | 3 | <device id="retina6_1" orientation="portrait" appearance="light"/>
|
4 | 4 | <dependencies>
|
5 | 5 | <deployment identifier="iOS"/>
|
6 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
7 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
8 | 9 | </dependencies>
|
9 | 10 | <scenes>
|
|
32 | 33 | <nil key="textColor"/>
|
33 | 34 | <nil key="highlightedColor"/>
|
34 | 35 | </label>
|
35 |
| - <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4wA-r7-IzH"> |
| 36 | + <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4wA-r7-IzH"> |
36 | 37 | <rect key="frame" x="348" y="106" width="30" height="30"/>
|
37 | 38 | <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
38 | 39 | <state key="normal" title="GET">
|
39 |
| - <color key="titleColor" cocoaTouchSystemColor="darkTextColor"/> |
| 40 | + <color key="titleColor" systemColor="darkTextColor"/> |
40 | 41 | </state>
|
41 | 42 | <connections>
|
42 | 43 | <action selector="Get:" destination="BYZ-38-t0r" eventType="touchUpInside" id="2Y9-vf-DgB"/>
|
|
45 | 46 | <textView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="cde-8a-gKJ">
|
46 | 47 | <rect key="frame" x="48" y="148" width="318" height="714"/>
|
47 | 48 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
48 |
| - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 49 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
49 | 50 | <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
50 | 51 | <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
|
51 | 52 | </textView>
|
52 | 53 | </subviews>
|
53 |
| - <color key="backgroundColor" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 54 | + <color key="backgroundColor" systemColor="systemGrayColor"/> |
54 | 55 | </view>
|
55 | 56 | <connections>
|
56 | 57 | <outlet property="_appTitle" destination="Wnb-QK-GJr" id="XHy-jB-4Vb"/>
|
|
63 | 64 | <point key="canvasLocation" x="117.39130434782609" y="135.9375"/>
|
64 | 65 | </scene>
|
65 | 66 | </scenes>
|
| 67 | + <resources> |
| 68 | + <systemColor name="darkTextColor"> |
| 69 | + <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 70 | + </systemColor> |
| 71 | + <systemColor name="systemBackgroundColor"> |
| 72 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 73 | + </systemColor> |
| 74 | + <systemColor name="systemGrayColor"> |
| 75 | + <color red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 76 | + </systemColor> |
| 77 | + </resources> |
66 | 78 | </document>
|
0 commit comments