PDFBOTAViewController.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PDFBOTAViewController">
  12. <connections>
  13. <outlet property="segmentedControl" destination="6x2-FR-Mq8" id="DUL-0I-XeI"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  22. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <point key="canvasLocation" x="137" y="140"/>
  24. </view>
  25. <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" id="6x2-FR-Mq8">
  26. <rect key="frame" x="0.0" y="-1" width="190" height="30"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  28. <segments>
  29. <segment title="" image="btn_bota1.png"/>
  30. <segment title="" image="btn_bota2.png"/>
  31. <segment title="" image="btn_bota3.png"/>
  32. <segment title="" image="btn_bota4.png"/>
  33. </segments>
  34. <connections>
  35. <action selector="segmentedControlValueChanged_BOTA:" destination="-1" eventType="valueChanged" id="HZg-kF-xxw"/>
  36. </connections>
  37. <point key="canvasLocation" x="24" y="-343"/>
  38. </segmentedControl>
  39. </objects>
  40. <resources>
  41. <image name="btn_bota1.png" width="20" height="20"/>
  42. <image name="btn_bota2.png" width="20" height="20"/>
  43. <image name="btn_bota3.png" width="20" height="20"/>
  44. <image name="btn_bota4.png" width="25" height="25"/>
  45. </resources>
  46. </document>