2020-02-23 15:21:32 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-06-15 21:26:05 -07:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
|
2020-02-23 15:21:32 -08:00
|
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
2020-06-15 21:26:05 -07:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
|
2017-10-26 12:50:04 -07:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="StoryDetailViewController">
|
|
|
|
<connections>
|
2016-01-07 21:12:58 -08:00
|
|
|
<outlet property="activityIndicator" destination="LBH-6T-jFu" id="zQr-GD-QKs"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
<outlet property="view" destination="1" id="75"/>
|
|
|
|
</connections>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<view contentMode="scaleToFill" id="1">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="460"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
2016-01-07 21:12:58 -08:00
|
|
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="LBH-6T-jFu">
|
2020-02-23 15:21:32 -08:00
|
|
|
<rect key="frame" x="141.5" y="211.5" width="37" height="37"/>
|
2016-01-07 21:12:58 -08:00
|
|
|
</activityIndicatorView>
|
2015-09-23 13:02:25 -07:00
|
|
|
</subviews>
|
2020-02-23 15:21:32 -08:00
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
<constraints>
|
2016-01-07 21:12:58 -08:00
|
|
|
<constraint firstItem="LBH-6T-jFu" firstAttribute="centerX" secondItem="1" secondAttribute="centerX" id="AIu-Em-rhG"/>
|
|
|
|
<constraint firstItem="LBH-6T-jFu" firstAttribute="centerY" secondItem="1" secondAttribute="centerY" id="T4x-f0-Y9g"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
</constraints>
|
|
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
2020-02-23 15:21:32 -08:00
|
|
|
<point key="canvasLocation" x="-548" y="153"/>
|
2015-09-23 13:02:25 -07:00
|
|
|
</view>
|
|
|
|
</objects>
|
|
|
|
</document>
|