OORegisterTableView.xib 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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="13772"/>
  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. <customFonts key="customFonts">
  13. <array key="PingFang.ttc">
  14. <string>PingFangSC-Regular</string>
  15. </array>
  16. </customFonts>
  17. <objects>
  18. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="OORegisterTableView" customModule="O2Platform" customModuleProvider="target">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="67"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="验证手机" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Auk-hi-oqx">
  25. <rect key="frame" x="0.0" y="21" width="375" height="25.5"/>
  26. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="18"/>
  27. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="70p-d5-ZZC">
  31. <rect key="frame" x="259" y="30" width="100" height="30"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="100" id="Tyj-tu-tIy"/>
  34. <constraint firstAttribute="height" constant="30" id="aHr-R6-erb"/>
  35. </constraints>
  36. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
  37. <state key="normal" title="action">
  38. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. </state>
  40. <connections>
  41. <action selector="btnItemClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="J0g-79-pCf"/>
  42. </connections>
  43. </button>
  44. </subviews>
  45. <color key="backgroundColor" red="0.98431372549019602" green="0.27843137254901962" blue="0.27843137254901962" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  46. <constraints>
  47. <constraint firstItem="Auk-hi-oqx" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="07v-jL-3xl"/>
  48. <constraint firstItem="Auk-hi-oqx" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="8CK-lL-9yP"/>
  49. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Auk-hi-oqx" secondAttribute="trailing" id="FnM-UP-Rfo"/>
  50. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="70p-d5-ZZC" secondAttribute="bottom" constant="7" id="G4y-XS-5UI"/>
  51. <constraint firstItem="Auk-hi-oqx" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="b48-o0-EMr"/>
  52. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="70p-d5-ZZC" secondAttribute="trailing" constant="16" id="tNQ-cQ-L4u"/>
  53. </constraints>
  54. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  55. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  56. <connections>
  57. <outlet property="actionButton" destination="70p-d5-ZZC" id="lMI-Nx-735"/>
  58. <outlet property="titleLabel" destination="Auk-hi-oqx" id="Y5j-cG-lF1"/>
  59. </connections>
  60. <point key="canvasLocation" x="10.5" y="-232.5"/>
  61. </view>
  62. </objects>
  63. </document>