|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="vXZ-lx-hvc"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/> |
| 5 | + </dependencies> |
| 6 | + <scenes> |
| 7 | + <!--View Controller--> |
| 8 | + <scene sceneID="ufC-wZ-h7g"> |
| 9 | + <objects> |
| 10 | + <viewController id="vXZ-lx-hvc" customClass="ViewController" sceneMemberID="viewController"> |
| 11 | + <layoutGuides> |
| 12 | + <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/> |
| 13 | + <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/> |
| 14 | + </layoutGuides> |
| 15 | + <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
| 17 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 18 | + <subviews> |
| 19 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uQs-U7-fNw"> |
| 20 | + <rect key="frame" x="0.0" y="20" width="320" height="174"/> |
| 21 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 22 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 23 | + <string key="text"><head> |
| 24 | +<style> |
| 25 | + a { |
| 26 | + text-decoration:none; |
| 27 | + } |
| 28 | + body { |
| 29 | + vertical-align: middle; |
| 30 | + margin-top:10px; |
| 31 | + } |
| 32 | +</style> |
| 33 | +</head> |
| 34 | +<body> |
| 35 | +<a href="http://apple.com" style="">apple.com</a><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRjLq1-KfX1ucPze9pzdxkeC-Uz4L0V2TsyLmfqEaJ7Hldmy3ZM" style="width:30;" /> |
| 36 | +</body> |
| 37 | +</html></string> |
| 38 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 39 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 40 | + <connections> |
| 41 | + <outlet property="delegate" destination="vXZ-lx-hvc" id="97Z-IA-SYh"/> |
| 42 | + </connections> |
| 43 | + </textView> |
| 44 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2E1-zn-PeM"> |
| 45 | + <rect key="frame" x="0.0" y="197" width="162" height="146"/> |
| 46 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 47 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 48 | + <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string> |
| 49 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 50 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 51 | + <dataDetectorType key="dataDetectorTypes" phoneNumber="YES" link="YES" address="YES" calendarEvent="YES"/> |
| 52 | + <connections> |
| 53 | + <outlet property="delegate" destination="vXZ-lx-hvc" id="fAd-xG-Okk"/> |
| 54 | + </connections> |
| 55 | + </textView> |
| 56 | + <label opaque="NO" clipsSubviews="YES" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="150" translatesAutoresizingMaskIntoConstraints="NO" id="3MK-Nt-jKt"> |
| 57 | + <rect key="frame" x="170" y="202" width="150" height="21"/> |
| 58 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 59 | + <color key="backgroundColor" white="0.66666666666666663" alpha="0.20000000000000001" colorSpace="calibratedWhite"/> |
| 60 | + <constraints> |
| 61 | + <constraint firstAttribute="width" constant="150" id="Vad-GV-BLS"/> |
| 62 | + </constraints> |
| 63 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 64 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 65 | + <nil key="highlightedColor"/> |
| 66 | + </label> |
| 67 | + </subviews> |
| 68 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 69 | + <constraints> |
| 70 | + <constraint firstAttribute="trailing" secondItem="3MK-Nt-jKt" secondAttribute="trailing" id="DmF-dP-McG"/> |
| 71 | + <constraint firstItem="3MK-Nt-jKt" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="182" id="Wwq-MY-TfK"/> |
| 72 | + </constraints> |
| 73 | + </view> |
| 74 | + <connections> |
| 75 | + <outlet property="previewLabel" destination="3MK-Nt-jKt" id="hMK-Ps-BUU"/> |
| 76 | + <outlet property="previewTextView" destination="2E1-zn-PeM" id="leL-mP-i63"/> |
| 77 | + <outlet property="textView" destination="uQs-U7-fNw" id="O5F-EM-tDN"/> |
| 78 | + </connections> |
| 79 | + </viewController> |
| 80 | + <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> |
| 81 | + </objects> |
| 82 | + </scene> |
| 83 | + </scenes> |
| 84 | + <simulatedMetricsContainer key="defaultSimulatedMetrics"> |
| 85 | + <simulatedStatusBarMetrics key="statusBar"/> |
| 86 | + <simulatedOrientationMetrics key="orientation"/> |
| 87 | + <simulatedScreenMetrics key="destination" type="retina4"/> |
| 88 | + </simulatedMetricsContainer> |
| 89 | +</document> |
0 commit comments