|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
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="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 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="20020"/> |
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> |
|
19 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
20 | 18 | <subviews> |
21 | 19 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fhp-D4-2oC"> |
22 | | - <rect key="frame" x="10" y="30" width="355" height="507"/> |
| 20 | + <rect key="frame" x="10" y="10" width="355" height="527"/> |
23 | 21 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
24 | 22 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
25 | 23 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
26 | 24 | </textView> |
27 | 25 | <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="tQm-Xk-agy"> |
28 | 26 | <rect key="frame" x="10" y="547" width="355" height="110"/> |
29 | 27 | <subviews> |
30 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wfh-no-STH"> |
31 | | - <rect key="frame" x="0.0" y="0.0" width="355" height="50"/> |
| 28 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wfh-no-STH"> |
| 29 | + <rect key="frame" x="0.0" y="0.0" width="355" height="30"/> |
| 30 | + <color key="backgroundColor" red="0.86495327950000001" green="0.49887192250000001" blue="0.45880818369999998" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
| 31 | + <state key="normal" title="out of memory report"> |
| 32 | + <color key="titleColor" red="0.23527315260000001" green="0.23534822459999999" blue="0.2313722074" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
| 33 | + </state> |
| 34 | + <connections> |
| 35 | + <action selector="outOfMemoryReportAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="j1d-Yg-4mQ"/> |
| 36 | + </connections> |
| 37 | + </button> |
| 38 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5SP-Go-i82"> |
| 39 | + <rect key="frame" x="0.0" y="40" width="355" height="30"/> |
32 | 40 | <color key="backgroundColor" red="0.86495327950000001" green="0.49887192250000001" blue="0.45880818369999998" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
33 | 41 | <state key="normal" title="live report"> |
34 | 42 | <color key="titleColor" red="0.23527315260000001" green="0.23534822459999999" blue="0.2313722074" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
35 | 43 | </state> |
36 | 44 | <connections> |
37 | | - <action selector="liveReportAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="r8l-mx-oQk"/> |
| 45 | + <action selector="liveReportAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Bqu-q0-7Zw"/> |
38 | 46 | </connections> |
39 | 47 | </button> |
40 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4g4-3C-4oZ"> |
41 | | - <rect key="frame" x="0.0" y="60" width="355" height="50"/> |
| 48 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4g4-3C-4oZ"> |
| 49 | + <rect key="frame" x="0.0" y="80" width="355" height="30"/> |
42 | 50 | <color key="backgroundColor" red="0.86495327950000001" green="0.49887192250000001" blue="0.45880818369999998" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
43 | 51 | <state key="normal" title="crash"> |
44 | 52 | <color key="titleColor" red="0.23527315260000001" green="0.23534822459999999" blue="0.2313722074" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
|
53 | 61 | </constraints> |
54 | 62 | </stackView> |
55 | 63 | </subviews> |
| 64 | + <viewLayoutGuide key="safeArea" id="Wq8-QM-bIQ"/> |
56 | 65 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
57 | 66 | <constraints> |
58 | 67 | <constraint firstItem="Wq8-QM-bIQ" firstAttribute="bottom" secondItem="tQm-Xk-agy" secondAttribute="bottom" constant="10" id="6Uy-hB-fYL"/> |
|
63 | 72 | <constraint firstItem="tQm-Xk-agy" firstAttribute="leading" secondItem="Wq8-QM-bIQ" secondAttribute="leading" constant="10" id="eY6-cL-M6I"/> |
64 | 73 | <constraint firstItem="Fhp-D4-2oC" firstAttribute="top" secondItem="Wq8-QM-bIQ" secondAttribute="top" constant="10" id="vbK-EV-v8z"/> |
65 | 74 | </constraints> |
66 | | - <viewLayoutGuide key="safeArea" id="Wq8-QM-bIQ"/> |
67 | 75 | </view> |
68 | 76 | <connections> |
69 | 77 | <outlet property="textView" destination="Fhp-D4-2oC" id="NVZ-d1-QD6"/> |
70 | 78 | </connections> |
71 | 79 | </viewController> |
72 | 80 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
73 | 81 | </objects> |
| 82 | + <point key="canvasLocation" x="49" y="53"/> |
74 | 83 | </scene> |
75 | 84 | </scenes> |
76 | 85 | </document> |
0 commit comments