LaunchScreen.xib 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <view contentMode="scaleToFill" id="iN0-l3-epB">
  11. <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
  12. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  13. <subviews>
  14. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2016年 小码哥. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
  15. <rect key="frame" x="20" y="439" width="441" height="21"/>
  16. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  17. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  18. <nil key="highlightedColor"/>
  19. </label>
  20. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="MJRefresh" translatesAutoresizingMaskIntoConstraints="NO" id="XTX-D8-JkJ">
  21. <rect key="frame" x="140" y="140" width="200" height="200"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="200" id="Yjl-z0-AQq"/>
  24. <constraint firstAttribute="width" constant="200" id="b2j-uN-0ek"/>
  25. </constraints>
  26. </imageView>
  27. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="http://www.520it.com" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="ofo-Sj-yNl">
  28. <rect key="frame" x="20" y="398" width="440" height="20.5"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logo" translatesAutoresizingMaskIntoConstraints="NO" id="0ve-6E-pvp">
  34. <rect key="frame" x="0.0" y="0.0" width="480" height="140"/>
  35. </imageView>
  36. </subviews>
  37. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  38. <constraints>
  39. <constraint firstItem="XTX-D8-JkJ" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="AF4-xX-WmS"/>
  40. <constraint firstItem="XTX-D8-JkJ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="HyF-59-iKh"/>
  41. <constraint firstItem="0ve-6E-pvp" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="KQM-Cd-Hc3"/>
  42. <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
  43. <constraint firstAttribute="trailing" secondItem="0ve-6E-pvp" secondAttribute="trailing" id="LtZ-i4-kFh"/>
  44. <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
  45. <constraint firstAttribute="trailing" secondItem="ofo-Sj-yNl" secondAttribute="trailing" constant="20" id="OIk-aG-mfh"/>
  46. <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
  47. <constraint firstItem="XTX-D8-JkJ" firstAttribute="top" secondItem="0ve-6E-pvp" secondAttribute="bottom" id="dbG-fu-pEr"/>
  48. <constraint firstItem="8ie-xW-0ye" firstAttribute="top" secondItem="ofo-Sj-yNl" secondAttribute="bottom" constant="20" id="gGa-XS-sGm"/>
  49. <constraint firstItem="ofo-Sj-yNl" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="gRD-8E-YGE"/>
  50. <constraint firstItem="0ve-6E-pvp" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="lEK-cb-8gf"/>
  51. </constraints>
  52. <nil key="simulatedStatusBarMetrics"/>
  53. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  54. <point key="canvasLocation" x="548" y="455"/>
  55. </view>
  56. </objects>
  57. <resources>
  58. <image name="Logo" width="800" height="500"/>
  59. <image name="MJRefresh" width="400" height="400"/>
  60. </resources>
  61. </document>