iPhoneDetailViewController.xib 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="12F37" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment defaultVersion="1072" identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DetailViewController">
  9. <connections>
  10. <outlet property="contentView" destination="26" id="43"/>
  11. <outlet property="progressLoading" destination="FNy-0k-7Zu" id="V9A-g9-a3D"/>
  12. <outlet property="scrollViewForSVG" destination="25" id="44"/>
  13. <outlet property="subViewLoadingPopup" destination="NFk-6v-xaP" id="80w-aR-wzw"/>
  14. <outlet property="view" destination="1" id="3"/>
  15. <outlet property="viewActivityIndicator" destination="45" id="48"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="1">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" id="25">
  24. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <view contentMode="scaleToFill" id="26" customClass="SVGKFastImageView">
  28. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  31. </view>
  32. </subviews>
  33. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  34. <connections>
  35. <outlet property="delegate" destination="-1" id="65"/>
  36. </connections>
  37. </scrollView>
  38. <view contentMode="scaleToFill" id="NFk-6v-xaP">
  39. <rect key="frame" x="60" y="232" width="200" height="105"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  41. <subviews>
  42. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Loading, please wait" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="38">
  43. <rect key="frame" x="11" y="15" width="179" height="21"/>
  44. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  45. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  46. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" id="FNy-0k-7Zu">
  50. <rect key="frame" x="25" y="44" width="150" height="2"/>
  51. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  52. </progressView>
  53. <activityIndicatorView opaque="NO" contentMode="scaleToFill" hidesWhenStopped="YES" animating="YES" style="whiteLarge" id="45">
  54. <rect key="frame" x="82" y="54" width="37" height="37"/>
  55. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  56. </activityIndicatorView>
  57. </subviews>
  58. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  59. </view>
  60. </subviews>
  61. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  62. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  63. <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
  64. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  65. </view>
  66. </objects>
  67. </document>