Virgil_MenuChooseView.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  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"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" misplaced="YES" id="iN0-l3-epB" customClass="Virgil_MenuChooseView" customModule="sdjy" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="333" height="188"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <button hidden="YES" opaque="NO" alpha="0.29999999999999999" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="CHK-yy-asv">
  19. <rect key="frame" x="0.0" y="0.0" width="333" height="188"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <connections>
  23. <action selector="btnCloseClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="eI6-7c-iUU"/>
  24. </connections>
  25. </button>
  26. <tableView clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="gsy-sd-5Yk">
  27. <rect key="frame" x="0.0" y="50" width="333" height="128"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  29. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. </tableView>
  31. </subviews>
  32. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  34. <connections>
  35. <outlet property="btnTemp" destination="CHK-yy-asv" id="zJB-Hd-VSn"/>
  36. <outlet property="tableView" destination="gsy-sd-5Yk" id="Z9c-7Q-Osa"/>
  37. </connections>
  38. <point key="canvasLocation" x="-620" y="-441"/>
  39. </view>
  40. </objects>
  41. </document>