1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="jBB-a1-WxC">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="EeU-wr-321">
- <objects>
- <viewController id="Cjx-Xl-elN" customClass="ViewController" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="ogO-EC-EAe"/>
- <viewControllerLayoutGuide type="bottom" id="EiO-wA-A7U"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="40S-Pw-MbQ">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="vnD-vJ-Vs3">
- <rect key="frame" x="0.0" y="120" width="393" height="698"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <connections>
- <outlet property="dataSource" destination="Cjx-Xl-elN" id="TKQ-Ml-ymG"/>
- <outlet property="delegate" destination="Cjx-Xl-elN" id="42s-lH-k7I"/>
- </connections>
- </tableView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZ9-Yb-NA5">
- <rect key="frame" x="32" y="103" width="329" height="12"/>
- <fontDescription key="fontDescription" type="system" pointSize="10"/>
- <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Xoc-se-Zff"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="aZ9-Yb-NA5" firstAttribute="top" secondItem="ogO-EC-EAe" secondAttribute="bottom" id="42u-7w-S42"/>
- <constraint firstAttribute="trailingMargin" secondItem="aZ9-Yb-NA5" secondAttribute="trailing" constant="16" id="6Qx-Ol-wnD"/>
- <constraint firstAttribute="trailing" secondItem="vnD-vJ-Vs3" secondAttribute="trailing" id="J9B-MM-DZk"/>
- <constraint firstItem="vnD-vJ-Vs3" firstAttribute="leading" secondItem="40S-Pw-MbQ" secondAttribute="leading" id="ONX-si-9Wg"/>
- <constraint firstItem="EiO-wA-A7U" firstAttribute="top" secondItem="vnD-vJ-Vs3" secondAttribute="bottom" id="e4v-gg-RDW"/>
- <constraint firstItem="vnD-vJ-Vs3" firstAttribute="top" secondItem="aZ9-Yb-NA5" secondAttribute="bottom" constant="5" id="lcp-o5-Ozw"/>
- <constraint firstItem="aZ9-Yb-NA5" firstAttribute="leading" secondItem="40S-Pw-MbQ" secondAttribute="leadingMargin" constant="16" id="s8E-jo-lSR"/>
- </constraints>
- </view>
- <navigationItem key="navigationItem" id="8JJ-2E-JRg"/>
- <connections>
- <outlet property="tableView" destination="vnD-vJ-Vs3" id="pM6-mW-MVf"/>
- <outlet property="versionLabel" destination="aZ9-Yb-NA5" id="QNE-j6-i9a"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="vwh-Y6-n7Q" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="304.80000000000001" y="432.26600985221677"/>
- </scene>
- <!--Navigation Controller-->
- <scene sceneID="3rV-6H-LOs">
- <objects>
- <navigationController id="jBB-a1-WxC" sceneMemberID="viewController">
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="4Ay-6y-CPg">
- <rect key="frame" x="0.0" y="59" width="393" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <connections>
- <segue destination="Cjx-Xl-elN" kind="relationship" relationship="rootViewController" id="I1w-z4-l9K"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="7eB-dZ-u0d" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-412" y="423"/>
- </scene>
- </scenes>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|