|
3 | 3 | <dependencies>
|
4 | 4 | <deployment identifier="iOS"/>
|
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
|
| 6 | + <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/> |
6 | 7 | </dependencies>
|
7 | 8 | <scenes>
|
8 | 9 | <!--View Controller-->
|
|
16 | 17 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
17 | 18 | <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
18 | 19 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
| 20 | + <subviews> |
| 21 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vYq-Ws-PIM" userLabel="Bottom left"> |
| 22 | + <rect key="frame" x="0.0" y="300" width="150" height="300"/> |
| 23 | + <color key="backgroundColor" red="1" green="0.50196081399917603" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 24 | + </view> |
| 25 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="D7O-6K-Gkp" userLabel="Bottom center"> |
| 26 | + <rect key="frame" x="150" y="300" width="300" height="300"/> |
| 27 | + <color key="backgroundColor" red="0.80000001192092896" green="1" blue="0.40000000596046448" alpha="1" colorSpace="calibratedRGB"/> |
| 28 | + </view> |
| 29 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5sG-Ud-Ubd" userLabel="Bottom right"> |
| 30 | + <rect key="frame" x="450" y="300" width="150" height="300"/> |
| 31 | + <color key="backgroundColor" red="0.0" green="0.25098040699958801" blue="0.50196081399917603" alpha="1" colorSpace="calibratedRGB"/> |
| 32 | + </view> |
| 33 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jFI-G7-9uA" userLabel="Top left" customClass="AASquaresLoading" customModule="AASquaresLoading"> |
| 34 | + <rect key="frame" x="0.0" y="0.0" width="300" height="300"/> |
| 35 | + <color key="backgroundColor" red="0.0" green="0.50196081399917603" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 36 | + </view> |
| 37 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gOY-DI-0UP" userLabel="Top right"> |
| 38 | + <rect key="frame" x="300" y="0.0" width="300" height="300"/> |
| 39 | + <color key="backgroundColor" red="0.40000000596046448" green="1" blue="0.40000000596046448" alpha="1" colorSpace="calibratedRGB"/> |
| 40 | + </view> |
| 41 | + </subviews> |
19 | 42 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
| 43 | + <constraints> |
| 44 | + <constraint firstItem="gOY-DI-0UP" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="0r3-Cc-Z1C"/> |
| 45 | + <constraint firstItem="jFI-G7-9uA" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.5" id="3LV-5J-GER"/> |
| 46 | + <constraint firstItem="D7O-6K-Gkp" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.5" id="8zT-h5-pzs"/> |
| 47 | + <constraint firstItem="5sG-Ud-Ubd" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="9c1-Xm-4hA"/> |
| 48 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="D7O-6K-Gkp" secondAttribute="bottom" id="Bza-LD-t2J"/> |
| 49 | + <constraint firstItem="vYq-Ws-PIM" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="IsQ-J2-C8d"/> |
| 50 | + <constraint firstItem="jFI-G7-9uA" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="R4K-cL-gAe"/> |
| 51 | + <constraint firstItem="gOY-DI-0UP" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="X6L-cJ-dne"/> |
| 52 | + <constraint firstItem="vYq-Ws-PIM" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.25" id="YCu-44-qcU"/> |
| 53 | + <constraint firstItem="gOY-DI-0UP" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.5" id="ZDC-XY-yFj"/> |
| 54 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="5sG-Ud-Ubd" secondAttribute="bottom" id="aBh-Ub-epn"/> |
| 55 | + <constraint firstItem="5sG-Ud-Ubd" firstAttribute="leading" secondItem="D7O-6K-Gkp" secondAttribute="trailing" id="atc-mP-ttY"/> |
| 56 | + <constraint firstItem="D7O-6K-Gkp" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="bgc-3S-zXE"/> |
| 57 | + <constraint firstAttribute="trailing" secondItem="gOY-DI-0UP" secondAttribute="trailing" id="hGm-hu-qoE"/> |
| 58 | + <constraint firstItem="D7O-6K-Gkp" firstAttribute="leading" secondItem="vYq-Ws-PIM" secondAttribute="trailing" id="hwZ-FV-33I"/> |
| 59 | + <constraint firstItem="vYq-Ws-PIM" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="l4G-vD-XwD"/> |
| 60 | + <constraint firstItem="jFI-G7-9uA" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="lu1-bs-CEY"/> |
| 61 | + <constraint firstItem="5sG-Ud-Ubd" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.25" id="n79-lG-kJb"/> |
| 62 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="vYq-Ws-PIM" secondAttribute="bottom" id="s5G-Mz-pJb"/> |
| 63 | + <constraint firstItem="jFI-G7-9uA" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="ukF-Bd-AQi"/> |
| 64 | + <constraint firstAttribute="trailing" secondItem="5sG-Ud-Ubd" secondAttribute="trailing" id="y7K-OE-scE"/> |
| 65 | + </constraints> |
20 | 66 | </view>
|
| 67 | + <connections> |
| 68 | + <outlet property="bottomCenter" destination="D7O-6K-Gkp" id="nHu-FB-rCw"/> |
| 69 | + <outlet property="bottomLeft" destination="vYq-Ws-PIM" id="dhJ-8d-HjK"/> |
| 70 | + <outlet property="bottomRight" destination="5sG-Ud-Ubd" id="Zhh-uE-3XD"/> |
| 71 | + <outlet property="topLeft" destination="jFI-G7-9uA" id="VDi-Je-Q0I"/> |
| 72 | + <outlet property="topRight" destination="gOY-DI-0UP" id="Xzp-pC-ff2"/> |
| 73 | + </connections> |
21 | 74 | </viewController>
|
22 | 75 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
23 | 76 | </objects>
|
|
0 commit comments