BogoInviteWithDrawLogViewController.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="BogoVirsualDetailViewController">
  13. <connections>
  14. <outlet property="tableView" destination="jwf-Ig-vxO" id="8Gc-A8-cxn"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="jwf-Ig-vxO">
  24. <rect key="frame" x="0.0" y="44" width="414" height="852"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="jSn-SU-M67"/>
  29. <outlet property="delegate" destination="-1" id="hiS-ur-rsp"/>
  30. </connections>
  31. </tableView>
  32. </subviews>
  33. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  34. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  35. <point key="canvasLocation" x="68" y="125"/>
  36. </view>
  37. </objects>
  38. <resources>
  39. <systemColor name="systemBackgroundColor">
  40. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. </systemColor>
  42. </resources>
  43. </document>