-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathiOS-Shapefile.storyboard
33 lines (33 loc) · 1.98 KB
/
iOS-Shapefile.storyboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="wPu-Fg-vMH">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<scenes>
<!--Delegate-->
<scene sceneID="IHN-hb-8yG">
<objects>
<viewController id="wPu-Fg-vMH" customClass="TestObjCShapefileViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="f4k-ly-uDI"/>
<viewControllerLayoutGuide type="bottom" id="TRu-uu-y9F"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="XSa-Rb-Uru" customClass="MKMapView">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="delegate" destination="wPu-Fg-vMH" id="nS3-rT-AYt"/>
</connections>
</view>
<connections>
<outlet property="mapView" destination="XSa-Rb-Uru" id="XPg-dA-ap9"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="R1o-RQ-9BU" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="370" y="358"/>
</scene>
</scenes>
</document>