MONoMoreSingleTipView.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MONoMoreSingleTipView">
  13. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Connect with the hose if you like her" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ks7-kd-Drs">
  17. <rect key="frame" x="20" y="100" width="353" height="17"/>
  18. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  19. <color key="textColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  20. <nil key="highlightedColor"/>
  21. </label>
  22. </subviews>
  23. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <constraints>
  25. <constraint firstItem="Ks7-kd-Drs" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="MKa-Cq-Sgw"/>
  26. <constraint firstAttribute="trailing" secondItem="Ks7-kd-Drs" secondAttribute="trailing" constant="20" id="a7m-eX-1Hx"/>
  27. <constraint firstItem="Ks7-kd-Drs" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="100" id="rLk-LH-Vr2"/>
  28. </constraints>
  29. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  30. <connections>
  31. <outlet property="tipLab" destination="Ks7-kd-Drs" id="bSA-ha-YZ3"/>
  32. <outlet property="tipLabTop" destination="rLk-LH-Vr2" id="rC9-mD-xaW"/>
  33. </connections>
  34. <point key="canvasLocation" x="117" y="-11"/>
  35. </view>
  36. </objects>
  37. </document>