|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="NWJ-XV-QCd"> |
3 | 3 | <dependencies> |
4 | 4 | <deployment identifier="iOS"/> |
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
|
15 | 15 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
16 | 16 | </layoutGuides> |
17 | 17 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
18 | | - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 18 | + <rect key="frame" x="0.0" y="64" width="600" height="536"/> |
19 | 19 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
20 | 20 | <subviews> |
21 | 21 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2J6-BG-JmJ" customClass="GameFieldView" customModule="SnakeGame" customModuleProvider="target"> |
22 | | - <rect key="frame" x="0.0" y="20" width="600" height="580"/> |
| 22 | + <rect key="frame" x="0.0" y="0.0" width="600" height="536"/> |
23 | 23 | <color key="backgroundColor" red="0.96078431369999995" green="0.94509803920000002" blue="0.97254901959999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
24 | 24 | <gestureRecognizers/> |
25 | 25 | <connections> |
|
33 | 33 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
34 | 34 | <constraints> |
35 | 35 | <constraint firstAttribute="trailingMargin" secondItem="2J6-BG-JmJ" secondAttribute="trailing" constant="-20" id="IDa-sc-3JD"/> |
36 | | - <constraint firstItem="2J6-BG-JmJ" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="topMargin" constant="20" id="Nqp-Pf-oL9"/> |
| 36 | + <constraint firstItem="2J6-BG-JmJ" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="topMargin" id="Nqp-Pf-oL9"/> |
37 | 37 | <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="2J6-BG-JmJ" secondAttribute="bottom" id="OWE-i7-JMs"/> |
38 | 38 | <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="2J6-BG-JmJ" secondAttribute="bottom" id="Oh6-IM-in2"/> |
39 | 39 | <constraint firstItem="2J6-BG-JmJ" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="-20" id="bc1-gk-Vse"/> |
|
46 | 46 | </mask> |
47 | 47 | </variation> |
48 | 48 | </view> |
| 49 | + <navigationItem key="navigationItem" id="5l0-jo-AZ5"> |
| 50 | + <barButtonItem key="rightBarButtonItem" systemItem="refresh" id="Fbd-Qz-sEe"> |
| 51 | + <connections> |
| 52 | + <action selector="refreshAction:" destination="BYZ-38-t0r" id="bg1-jj-vQj"/> |
| 53 | + </connections> |
| 54 | + </barButtonItem> |
| 55 | + </navigationItem> |
49 | 56 | <connections> |
50 | 57 | <outlet property="gameFieldView" destination="2J6-BG-JmJ" id="F2g-dZ-D8U"/> |
51 | 58 | </connections> |
|
72 | 79 | </connections> |
73 | 80 | </swipeGestureRecognizer> |
74 | 81 | </objects> |
| 82 | + <point key="canvasLocation" x="1153" y="364"/> |
| 83 | + </scene> |
| 84 | + <!--Navigation Controller--> |
| 85 | + <scene sceneID="WDu-K6-fqb"> |
| 86 | + <objects> |
| 87 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="NWJ-XV-QCd" sceneMemberID="viewController"> |
| 88 | + <toolbarItems/> |
| 89 | + <navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="Rdc-Ac-meb"> |
| 90 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| 91 | + <autoresizingMask key="autoresizingMask"/> |
| 92 | + </navigationBar> |
| 93 | + <nil name="viewControllers"/> |
| 94 | + <connections> |
| 95 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="vud-Dz-jiT"/> |
| 96 | + </connections> |
| 97 | + </navigationController> |
| 98 | + <placeholder placeholderIdentifier="IBFirstResponder" id="7fm-xV-GAl" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 99 | + </objects> |
75 | 100 | <point key="canvasLocation" x="341" y="364"/> |
76 | 101 | </scene> |
77 | 102 | </scenes> |
|
0 commit comments