|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <dependencies> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/> |
| 6 | + </dependencies> |
| 7 | + <scenes> |
| 8 | + <!--View Controller--> |
| 9 | + <scene sceneID="tne-QT-ifu"> |
| 10 | + <objects> |
| 11 | + <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> |
| 12 | + <layoutGuides> |
| 13 | + <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
| 14 | + <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
| 15 | + </layoutGuides> |
| 16 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 18 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2pT-NX-pMv" customClass="DDDashLine"> |
| 21 | + <rect key="frame" x="0.0" y="225" width="600" height="1"/> |
| 22 | + <animations/> |
| 23 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 24 | + <constraints> |
| 25 | + <constraint firstAttribute="height" constant="1" id="YU6-KR-8c8"/> |
| 26 | + </constraints> |
| 27 | + <userDefinedRuntimeAttributes> |
| 28 | + <userDefinedRuntimeAttribute type="color" keyPath="dashColor"> |
| 29 | + <color key="value" red="0.83921568629999999" green="0.32281395499999999" blue="0.36436665039999999" alpha="1" colorSpace="calibratedRGB"/> |
| 30 | + </userDefinedRuntimeAttribute> |
| 31 | + <userDefinedRuntimeAttribute type="number" keyPath="dashWidth"> |
| 32 | + <real key="value" value="3"/> |
| 33 | + </userDefinedRuntimeAttribute> |
| 34 | + <userDefinedRuntimeAttribute type="number" keyPath="dashPadding"> |
| 35 | + <real key="value" value="4"/> |
| 36 | + </userDefinedRuntimeAttribute> |
| 37 | + </userDefinedRuntimeAttributes> |
| 38 | + </view> |
| 39 | + </subviews> |
| 40 | + <animations/> |
| 41 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 42 | + <constraints> |
| 43 | + <constraint firstAttribute="trailing" secondItem="2pT-NX-pMv" secondAttribute="trailing" id="J1k-Qy-nL7"/> |
| 44 | + <constraint firstItem="2pT-NX-pMv" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="205" id="os6-TI-cZ9"/> |
| 45 | + <constraint firstItem="2pT-NX-pMv" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="xRs-Ku-nMZ"/> |
| 46 | + </constraints> |
| 47 | + </view> |
| 48 | + </viewController> |
| 49 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 50 | + </objects> |
| 51 | + <point key="canvasLocation" x="231" y="337"/> |
| 52 | + </scene> |
| 53 | + </scenes> |
| 54 | +</document> |
0 commit comments