ScanResultVC.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ScanResultVC">
  13. <connections>
  14. <outlet property="resultTextView" destination="6YP-RP-8Kl" id="zhw-VY-eC9"/>
  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. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" editable="NO" usesAttributedText="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6YP-RP-8Kl">
  24. <rect key="frame" x="15" y="20" width="345" height="547"/>
  25. <attributedString key="attributedText">
  26. <fragment>
  27. <string key="content">张三,欢迎您!
  28. 已成功登录模拟设备【辽66666学】,祝您体验愉快</string>
  29. <attributes>
  30. <font key="NSFont" size="15" name=".PingFangSC-Regular"/>
  31. <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineHeightMultiple="1.2" tighteningFactorForTruncation="0.0"/>
  32. </attributes>
  33. </fragment>
  34. </attributedString>
  35. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  36. </textView>
  37. </subviews>
  38. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstAttribute="bottom" secondItem="6YP-RP-8Kl" secondAttribute="bottom" constant="100" id="E6R-wL-sap"/>
  41. <constraint firstItem="6YP-RP-8Kl" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="15" id="PiU-YL-r0R"/>
  42. <constraint firstItem="6YP-RP-8Kl" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="20" id="T3F-fj-PsC"/>
  43. <constraint firstAttribute="trailing" secondItem="6YP-RP-8Kl" secondAttribute="trailing" constant="15" id="WpT-9V-zFv"/>
  44. </constraints>
  45. </view>
  46. </objects>
  47. </document>