OOInformViewController.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OOInformViewController" customModule="O2Platform" customModuleProvider="target">
  14. <connections>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="通知提醒" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rwm-PG-a2i">
  24. <rect key="frame" x="130.5" y="317" width="113.5" height="33.5"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="28"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. </subviews>
  30. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <constraints>
  32. <constraint firstItem="Rwm-PG-a2i" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="O2Z-qm-0qa"/>
  33. <constraint firstItem="Rwm-PG-a2i" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="wQB-UM-PYn"/>
  34. </constraints>
  35. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  36. <point key="canvasLocation" x="24.5" y="52.5"/>
  37. </view>
  38. </objects>
  39. </document>