1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FKCouponController">
- <connections>
- <outlet property="tableView" destination="VIW-qL-dTa" id="TG5-uD-poi"/>
- <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="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="none" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="VIW-qL-dTa">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="9Jb-7b-Wdp"/>
- <outlet property="delegate" destination="-1" id="F8q-Rd-fUu"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="VIW-qL-dTa" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="03u-TZ-Sw3"/>
- <constraint firstAttribute="trailing" secondItem="VIW-qL-dTa" secondAttribute="trailing" id="Dgz-CU-mPY"/>
- <constraint firstItem="VIW-qL-dTa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Enc-DP-hIm"/>
- <constraint firstAttribute="bottom" secondItem="VIW-qL-dTa" secondAttribute="bottom" id="i9y-IV-Y8H"/>
- </constraints>
- </view>
- </objects>
- </document>
|