Ei kuvausta

FKCouponController.xib 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FKCouponController">
  9. <connections>
  10. <outlet property="tableView" destination="VIW-qL-dTa" id="TG5-uD-poi"/>
  11. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  12. </connections>
  13. </placeholder>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  16. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="none" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="VIW-qL-dTa">
  20. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  21. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  22. <connections>
  23. <outlet property="dataSource" destination="-1" id="9Jb-7b-Wdp"/>
  24. <outlet property="delegate" destination="-1" id="F8q-Rd-fUu"/>
  25. </connections>
  26. </tableView>
  27. </subviews>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  29. <constraints>
  30. <constraint firstItem="VIW-qL-dTa" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="03u-TZ-Sw3"/>
  31. <constraint firstAttribute="trailing" secondItem="VIW-qL-dTa" secondAttribute="trailing" id="Dgz-CU-mPY"/>
  32. <constraint firstItem="VIW-qL-dTa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Enc-DP-hIm"/>
  33. <constraint firstAttribute="bottom" secondItem="VIW-qL-dTa" secondAttribute="bottom" id="i9y-IV-Y8H"/>
  34. </constraints>
  35. </view>
  36. </objects>
  37. </document>