ElePicView.xib 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="13527"/>
  9. <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
  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"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="ElePicView">
  16. <rect key="frame" x="0.0" y="0.0" width="150" height="200"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aUb-DU-QeE">
  20. <rect key="frame" x="5" y="5" width="140" height="140"/>
  21. <constraints>
  22. <constraint firstAttribute="width" secondItem="aUb-DU-QeE" secondAttribute="height" id="UiG-Uu-jIL"/>
  23. </constraints>
  24. </imageView>
  25. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="[学员登出]" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HnE-xS-aCd">
  26. <rect key="frame" x="0.0" y="173" width="150" height="18"/>
  27. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  28. <color key="textColor" red="0.26051741839999998" green="0.2605243921" blue="0.260520637" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-01-30 17:07:52" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bJa-VF-7VS">
  32. <rect key="frame" x="0.0" y="150" width="150" height="18"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  34. <color key="textColor" red="0.26051741839999998" green="0.2605243921" blue="0.260520637" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. </subviews>
  38. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstItem="aUb-DU-QeE" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="5" id="14u-lY-DZr"/>
  41. <constraint firstAttribute="trailing" secondItem="bJa-VF-7VS" secondAttribute="trailing" id="4p0-Pk-ltx"/>
  42. <constraint firstAttribute="trailing" secondItem="aUb-DU-QeE" secondAttribute="trailing" constant="5" id="A4i-sb-rAX"/>
  43. <constraint firstItem="bJa-VF-7VS" firstAttribute="top" secondItem="aUb-DU-QeE" secondAttribute="bottom" constant="5" id="Ffo-rP-AGc"/>
  44. <constraint firstItem="bJa-VF-7VS" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="GGq-xF-4x4"/>
  45. <constraint firstAttribute="trailing" secondItem="HnE-xS-aCd" secondAttribute="trailing" id="IrR-Bm-O4g"/>
  46. <constraint firstItem="aUb-DU-QeE" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="5" id="cJE-bZ-Eu3"/>
  47. <constraint firstItem="HnE-xS-aCd" firstAttribute="top" secondItem="bJa-VF-7VS" secondAttribute="bottom" constant="5" id="iGV-zT-wZA"/>
  48. <constraint firstItem="HnE-xS-aCd" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="lTS-eH-QdL"/>
  49. </constraints>
  50. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  51. <connections>
  52. <outlet property="imgV" destination="aUb-DU-QeE" id="XCZ-vx-vXn"/>
  53. <outlet property="msgLab" destination="HnE-xS-aCd" id="jVK-9C-02m"/>
  54. <outlet property="time" destination="bJa-VF-7VS" id="w7X-Yr-XdH"/>
  55. </connections>
  56. <point key="canvasLocation" x="28" y="48"/>
  57. </view>
  58. </objects>
  59. </document>