| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PushManageViewController">
- <connections>
- <outlet property="pushManTabView" destination="ptr-4F-abr" id="OcK-mA-hdM"/>
- <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="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ptr-4F-abr">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="PK0-w9-7iT"/>
- <outlet property="delegate" destination="-1" id="EL8-RZ-HYL"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="ptr-4F-abr" secondAttribute="trailing" id="Ecy-9n-dvL"/>
- <constraint firstItem="ptr-4F-abr" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="QJr-yr-JBY"/>
- <constraint firstItem="ptr-4F-abr" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="gCv-0b-Svx"/>
- <constraint firstAttribute="bottom" secondItem="ptr-4F-abr" secondAttribute="bottom" id="gm5-Yz-0wD"/>
- </constraints>
- <point key="canvasLocation" x="595" y="228"/>
- </view>
- </objects>
- </document>
|