|
21 | 21 | <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
22 | 22 | <nil key="highlightedColor"/> |
23 | 23 | </label> |
| 24 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fCD-xb-xMh"> |
| 25 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> |
| 26 | + <state key="normal" title="Crash Me :("> |
| 27 | + <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> |
| 28 | + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 29 | + </state> |
| 30 | + <state key="highlighted"> |
| 31 | + <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 32 | + </state> |
| 33 | + <connections> |
| 34 | + <action selector="onCrash:" destination="2" eventType="touchUpInside" id="Nf1-ZV-Exo"/> |
| 35 | + </connections> |
| 36 | + </button> |
24 | 37 | </subviews> |
25 | 38 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
26 | 39 | <constraints> |
27 | | - <constraint firstItem="AZi-Bx-28g" firstAttribute="top" secondItem="3" secondAttribute="top" constant="112" id="ESp-fJ-BGU"/> |
28 | | - <constraint firstItem="AZi-Bx-28g" firstAttribute="centerX" secondItem="3" secondAttribute="centerX" type="default" id="Sap-5o-jsm"/> |
| 40 | + <constraint firstItem="fCD-xb-xMh" firstAttribute="centerX" secondItem="AZi-Bx-28g" secondAttribute="centerX" type="default" id="AmZ-qg-AEy"/> |
| 41 | + <constraint firstItem="AZi-Bx-28g" firstAttribute="centerX" secondItem="3" secondAttribute="centerX" type="default" id="W1E-tI-dpA"/> |
| 42 | + <constraint firstItem="AZi-Bx-28g" firstAttribute="top" secondItem="3" secondAttribute="top" constant="111" id="XC4-iw-r4y"/> |
| 43 | + <constraint firstItem="fCD-xb-xMh" firstAttribute="top" secondItem="3" secondAttribute="top" constant="184" id="oUp-NG-Ayo"/> |
29 | 44 | </constraints> |
30 | 45 | </view> |
31 | 46 | </viewController> |
32 | 47 | <placeholder placeholderIdentifier="IBFirstResponder" id="4" sceneMemberID="firstResponder"/> |
33 | 48 | </objects> |
34 | 49 | </scene> |
35 | 50 | </scenes> |
| 51 | + <classes> |
| 52 | + <class className="NSLayoutConstraint" superclassName="NSObject"> |
| 53 | + <source key="sourceIdentifier" type="project" relativePath="./Classes/NSLayoutConstraint.h"/> |
| 54 | + </class> |
| 55 | + <class className="ViewController" superclassName="UIViewController"> |
| 56 | + <source key="sourceIdentifier" type="project" relativePath="./Classes/ViewController.h"/> |
| 57 | + <relationships> |
| 58 | + <relationship kind="action" name="onCrash:"/> |
| 59 | + </relationships> |
| 60 | + </class> |
| 61 | + </classes> |
36 | 62 | <simulatedMetricsContainer key="defaultSimulatedMetrics"> |
37 | 63 | <simulatedStatusBarMetrics key="statusBar"/> |
38 | 64 | <simulatedOrientationMetrics key="orientation"/> |
|
0 commit comments