12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PDFBOTAViewController">
- <connections>
- <outlet property="segmentedControl" destination="6x2-FR-Mq8" id="DUL-0I-XeI"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <point key="canvasLocation" x="137" y="140"/>
- </view>
- <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" id="6x2-FR-Mq8">
- <rect key="frame" x="0.0" y="-1" width="190" height="30"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <segments>
- <segment title="" image="btn_bota1.png"/>
- <segment title="" image="btn_bota2.png"/>
- <segment title="" image="btn_bota3.png"/>
- <segment title="" image="btn_bota4.png"/>
- </segments>
- <connections>
- <action selector="segmentedControlValueChanged_BOTA:" destination="-1" eventType="valueChanged" id="HZg-kF-xxw"/>
- </connections>
- <point key="canvasLocation" x="24" y="-343"/>
- </segmentedControl>
- </objects>
- <resources>
- <image name="btn_bota1.png" width="20" height="20"/>
- <image name="btn_bota2.png" width="20" height="20"/>
- <image name="btn_bota3.png" width="20" height="20"/>
- <image name="btn_bota4.png" width="25" height="25"/>
- </resources>
- </document>
|