12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="15A282b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="Fq2-vR-Rsu">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
- </dependencies>
- <scenes>
- <!--Navigation Controller-->
- <scene sceneID="gfk-xX-zgL">
- <objects>
- <navigationController id="Fq2-vR-Rsu" sceneMemberID="viewController">
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="2LN-7G-jZD">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <animations/>
- </navigationBar>
- <connections>
- <segue destination="iXE-FA-91q" kind="relationship" relationship="rootViewController" id="peN-oI-nI6"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="blx-hg-yRR" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-328" y="525"/>
- </scene>
- <!--MBProgressHUD-->
- <scene sceneID="v3e-zg-M0g">
- <objects>
- <viewController id="iXE-FA-91q" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="Qu9-82-m3K"/>
- <viewControllerLayoutGuide type="bottom" id="YSo-zR-oqe"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="TWt-Z9-CWt">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <animations/>
- <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
- </view>
- <navigationItem key="navigationItem" title="MBProgressHUD" id="IuF-Dp-Voh"/>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="zfE-vP-CLG" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="413" y="525"/>
- </scene>
- </scenes>
- </document>
|