mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
64 lines
5.1 KiB
Text
64 lines
5.1 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait">
|
||
|
<adaptation id="fullscreen"/>
|
||
|
</device>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
|
||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||
|
</dependencies>
|
||
|
<objects>
|
||
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PremiumViewController">
|
||
|
<connections>
|
||
|
<outlet property="productsTable" destination="0Bc-Oc-gNV" id="9R5-FZ-rK7"/>
|
||
|
<outlet property="reasonsTable" destination="fn0-sC-cuM" id="ww2-5k-3rd"/>
|
||
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
||
|
</connections>
|
||
|
</placeholder>
|
||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
|
<subviews>
|
||
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="0Bc-Oc-gNV">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="375" height="151"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="151" id="Gta-B6-eUD"/>
|
||
|
</constraints>
|
||
|
<connections>
|
||
|
<outlet property="dataSource" destination="-1" id="ao8-dO-pyT"/>
|
||
|
<outlet property="delegate" destination="-1" id="w2e-z9-J11"/>
|
||
|
</connections>
|
||
|
</tableView>
|
||
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="yBE-Kx-Lyj">
|
||
|
<rect key="frame" x="177.5" y="65.5" width="20" height="20"/>
|
||
|
</activityIndicatorView>
|
||
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="fn0-sC-cuM">
|
||
|
<rect key="frame" x="0.0" y="187" width="375" height="480"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
<connections>
|
||
|
<outlet property="dataSource" destination="-1" id="Hc6-OJ-jhm"/>
|
||
|
<outlet property="delegate" destination="-1" id="bI2-jz-jA3"/>
|
||
|
</connections>
|
||
|
</tableView>
|
||
|
</subviews>
|
||
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="bottom" secondItem="fn0-sC-cuM" secondAttribute="bottom" id="503-77-34w"/>
|
||
|
<constraint firstItem="0Bc-Oc-gNV" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="H2z-a3-z9W"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="fn0-sC-cuM" secondAttribute="trailing" id="IXA-Ds-zF0"/>
|
||
|
<constraint firstItem="yBE-Kx-Lyj" firstAttribute="centerY" secondItem="0Bc-Oc-gNV" secondAttribute="centerY" id="L4y-t5-Nj0"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="0Bc-Oc-gNV" secondAttribute="trailing" id="M5A-bY-c0b"/>
|
||
|
<constraint firstItem="0Bc-Oc-gNV" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="fwt-mL-Qsc"/>
|
||
|
<constraint firstItem="yBE-Kx-Lyj" firstAttribute="centerX" secondItem="0Bc-Oc-gNV" secondAttribute="centerX" id="glJ-NK-v5B"/>
|
||
|
<constraint firstItem="fn0-sC-cuM" firstAttribute="top" secondItem="0Bc-Oc-gNV" secondAttribute="bottom" constant="36" id="mEM-ua-h9G"/>
|
||
|
<constraint firstItem="fn0-sC-cuM" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="p7e-YS-7qR"/>
|
||
|
</constraints>
|
||
|
<nil key="simulatedTopBarMetrics"/>
|
||
|
<point key="canvasLocation" x="24.5" y="51.5"/>
|
||
|
</view>
|
||
|
</objects>
|
||
|
</document>
|