AboutViewController.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AboutViewController">
  14. <connections>
  15. <outlet property="imageViewIcon" destination="SVs-gg-OPj" id="EtO-P2-SMq"/>
  16. <outlet property="labelTitle" destination="qt1-3e-8Z4" id="kQ4-UQ-2sA"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="123" translatesAutoresizingMaskIntoConstraints="NO" id="SVs-gg-OPj">
  26. <rect key="frame" x="142" y="83" width="91" height="91"/>
  27. <constraints>
  28. <constraint firstAttribute="width" constant="91" id="fvy-Me-uZX"/>
  29. <constraint firstAttribute="height" constant="91" id="okg-B9-Ceo"/>
  30. </constraints>
  31. </imageView>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qt1-3e-8Z4">
  33. <rect key="frame" x="169" y="196" width="37.5" height="18"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  35. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  40. <constraints>
  41. <constraint firstItem="SVs-gg-OPj" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="160-mY-3wH"/>
  42. <constraint firstItem="qt1-3e-8Z4" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="JEh-kK-Lnh"/>
  43. <constraint firstItem="SVs-gg-OPj" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="63" id="UUV-gb-gWd"/>
  44. <constraint firstItem="qt1-3e-8Z4" firstAttribute="top" secondItem="SVs-gg-OPj" secondAttribute="bottom" constant="22" id="dc5-Qj-GsR"/>
  45. </constraints>
  46. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  47. </view>
  48. </objects>
  49. <resources>
  50. <image name="123" width="1024" height="1024"/>
  51. </resources>
  52. </document>