

Nextrek
@ 67
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> <dependencies> <deployment defaultVersion="1072" identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ReaderVC"> <connections> <outlet property="contentWebView" destination="WrR-Uq-mOA" id="8qk-28-CrS"/> <outlet property="fadeView" destination="Dsj-3L-iEN" id="eja-7s-bda"/> <outlet property="goBackButton" destination="uTm-Qi-gSc" id="V8a-Qv-8gU"/> <outlet property="goOnButton" destination="jAu-ce-OwZ" id="dTN-J5-4Ed"/> <outlet property="playPauseButton" destination="1fp-ln-vgg" id="c3P-nG-3X5"/> <outlet property="slider" destination="AzN-s7-ayr" id="ytJ-vg-ek5"/> <outlet property="view" destination="4" id="17"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="4"> <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" id="HdM-3E-hlg"> <rect key="frame" x="0.0" y="20" width="320" height="460"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="jAu-ce-OwZ" userLabel="Chapter +"> <rect key="frame" x="213" y="425" width="41" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> <state key="normal" backgroundImage="avanti.png"> <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="disabled"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="highlighted"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </state> <connections> <action selector="doGoOnGoBack:" destination="-1" eventType="touchUpInside" id="MX7-Sf-A1c"/> </connections> </button> <view contentMode="scaleToFill" id="24P-Zy-jkK" userLabel="Separator_View"> <rect key="frame" x="10" y="52" width="300" height="1"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/> </view> <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="uTm-Qi-gSc" userLabel="Chapter -"> <rect key="frame" x="66" y="425" width="41" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> <state key="normal" backgroundImage="indietro.png"> <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="disabled" backgroundImage="indietrodisable.png"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="highlighted"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </state> <connections> <action selector="doGoOnGoBack:" destination="-1" eventType="touchUpInside" id="E1E-bn-8pS"/> </connections> </button> <webView opaque="NO" contentMode="scaleToFill" scalesPageToFit="YES" allowsInlineMediaPlayback="NO" mediaPlaybackRequiresUserAction="NO" mediaPlaybackAllowsAirPlay="NO" keyboardDisplayRequiresUserAction="NO" id="WrR-Uq-mOA" userLabel="contentWebView"> <rect key="frame" x="10" y="53" width="300" height="340"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> <dataDetectorType key="dataDetectorTypes"/> </webView> <view alpha="0.60000002384185791" contentMode="scaleToFill" id="Dsj-3L-iEN" userLabel="fadeView"> <rect key="frame" x="10" y="53" width="300" height="340"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> </view> <slider opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="100" id="AzN-s7-ayr"> <rect key="frame" x="10" y="397" width="300" height="29"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <color key="minimumTrackTintColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/> <color key="maximumTrackTintColor" red="0.90196084980000002" green="0.90196084980000002" blue="0.90196084980000002" alpha="1" colorSpace="deviceRGB"/> <color key="thumbTintColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> <connections> <action selector="doChangeAudioInstantFromSlider" destination="-1" eventType="valueChanged" id="sBm-Wp-7qF"/> </connections> </slider> <view contentMode="scaleToFill" id="smM-uw-2JY" userLabel="Separator_View"> <rect key="frame" x="10" y="395" width="300" height="1"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/> </view> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="1fp-ln-vgg" userLabel="Play/Pause"> <rect key="frame" x="140" y="425" width="40" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> <state key="normal" backgroundImage="PalyerBtn.png"> <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="highlighted"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </state> <connections> <action selector="doPlayPause" destination="-1" eventType="touchUpInside" id="3tT-ao-UFk"/> </connections> </button> <button opaque="NO" contentMode="center" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="caE-kQ-UOK" userLabel="Btn_back"> <rect key="frame" x="0.0" y="0.0" width="44" height="44"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/> <state key="normal" image="btn_back.png"> <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> <state key="highlighted"> <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> </state> <connections> <action selector="doBack" destination="-1" eventType="touchUpInside" id="Gmp-6r-xU6"/> </connections> </button> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <inset key="insetFor6xAndEarlier" minX="0.0" minY="20" maxX="0.0" maxY="0.0"/> </view> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <color key="tintColor" red="0.91372555489999996" green="0.91372555489999996" blue="0.89019614459999996" alpha="1" colorSpace="deviceRGB"/> <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/> </view> </objects> <resources> <image name="PalyerBtn.png" width="80" height="60"/> <image name="avanti.png" width="83" height="60"/> <image name="btn_back.png" width="22" height="26"/> <image name="indietro.png" width="83" height="60"/> <image name="indietrodisable.png" width="83" height="60"/> </resources> </document> |
Commits for Nextrek/iOS/Emmanuele Rossi/Trivagolando/Trivagolando/ReaderVC.xib
Revision | Author | Commited | Message |
---|---|---|---|
67 |
![]() |
Thu 23 Jan, 2014 14:31:55 +0000 | Emmanuele Rossi apps |