

Nextrek
@ 71
Nextrek / iOS / StoryBoard / StoryBoard / VC / iPhone / DimensioneParallelaVC.xib
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13B3116" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> <dependencies> <deployment defaultVersion="1536" identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DimensioneParallelaVC"> <connections> <outlet property="bkgVImgView" destination="KMZ-Nb-blZ" id="vJg-35-Kx1"/> <outlet property="sceneButtonTable" destination="Rpp-mO-37F" id="SrG-x3-db8"/> <outlet property="sceneText" destination="eGu-TS-T0Y" id="1Za-MA-Xrz"/> <outlet property="view" destination="TVt-0O-Qgd" id="gpN-nT-KhV"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="TVt-0O-Qgd"> <rect key="frame" x="0.0" y="0.0" width="480" height="320"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="KMZ-Nb-blZ"> <rect key="frame" x="0.0" y="0.0" width="480" height="320"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> </imageView> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" id="eGu-TS-T0Y"> <rect key="frame" x="5" y="5" width="470" height="200"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <color key="backgroundColor" white="0.0" alpha="0.34999999999999998" colorSpace="calibratedWhite"/> <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences" autocorrectionType="no"/> </textView> <tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="Rpp-mO-37F"> <rect key="frame" x="80" y="267" width="320" height="53"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <color key="backgroundColor" white="0.0" alpha="0.10000000000000001" colorSpace="calibratedWhite"/> <connections> <outlet property="dataSource" destination="-1" id="O1Q-na-jYz"/> <outlet property="delegate" destination="-1" id="B0B-BF-vZK"/> </connections> </tableView> </subviews> <color key="backgroundColor" red="0.098039215690000001" green="0.3921568627" blue="0.46666666670000001" alpha="1" colorSpace="deviceRGB"/> <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> </view> </objects> </document> |