|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="m4p-WB-57m"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> |
| 7 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/> |
5 | 8 | <capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
6 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
7 | 10 | </dependencies>
|
8 | 11 | <scenes>
|
9 | 12 | <!--View Controller-->
|
10 | 13 | <scene sceneID="tne-QT-ifu">
|
11 | 14 | <objects>
|
12 |
| - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="MapKit_Example" customModuleProvider="target" sceneMemberID="viewController"> |
13 | 16 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
14 | 17 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
15 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
| 19 | + <subviews> |
| 20 | + <mapView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" mapType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="cO7-Aj-zmM"> |
| 21 | + <rect key="frame" x="0.0" y="64" width="375" height="603"/> |
| 22 | + </mapView> |
| 23 | + </subviews> |
16 | 24 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
| 25 | + <constraints> |
| 26 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="cO7-Aj-zmM" secondAttribute="bottom" id="8Jm-lE-UQY"/> |
| 27 | + <constraint firstItem="cO7-Aj-zmM" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="KQ3-cL-w4y"/> |
| 28 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="cO7-Aj-zmM" secondAttribute="trailing" id="NyB-jg-2ii"/> |
| 29 | + <constraint firstItem="cO7-Aj-zmM" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="h0H-0w-cxx"/> |
| 30 | + </constraints> |
17 | 31 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
18 | 32 | </view>
|
| 33 | + <navigationItem key="navigationItem" id="UoQ-g9-cNp"/> |
| 34 | + <connections> |
| 35 | + <outlet property="mapView" destination="cO7-Aj-zmM" id="mCx-t1-Zdt"/> |
| 36 | + </connections> |
19 | 37 | </viewController>
|
20 | 38 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
21 | 39 | </objects>
|
| 40 | + <point key="canvasLocation" x="1076" y="133.5832083958021"/> |
| 41 | + </scene> |
| 42 | + <!--Navigation Controller--> |
| 43 | + <scene sceneID="dxG-0r-7VY"> |
| 44 | + <objects> |
| 45 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="m4p-WB-57m" sceneMemberID="viewController"> |
| 46 | + <toolbarItems/> |
| 47 | + <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="DBZ-vV-saf"> |
| 48 | + <rect key="frame" x="0.0" y="20" width="375" height="44"/> |
| 49 | + <autoresizingMask key="autoresizingMask"/> |
| 50 | + <color key="barTintColor" red="1" green="0.57637232540000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 51 | + <textAttributes key="titleTextAttributes"> |
| 52 | + <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 53 | + </textAttributes> |
| 54 | + </navigationBar> |
| 55 | + <nil name="viewControllers"/> |
| 56 | + <connections> |
| 57 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="5QE-nU-lt2"/> |
| 58 | + </connections> |
| 59 | + </navigationController> |
| 60 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Oaf-ES-svV" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 61 | + </objects> |
| 62 | + <point key="canvasLocation" x="226" y="134"/> |
22 | 63 | </scene>
|
23 | 64 | </scenes>
|
24 | 65 | </document>
|
0 commit comments