Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" 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="14490.49"/>
  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"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="zg4-fX-zUF" customClass="ButtonBarViewCell" customModule="XLPagerTabStrip" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="80" height="40"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="80" height="40"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s7f-rk-sQl">
  22. <rect key="frame" x="26" y="21" width="26" height="13"/>
  23. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="11"/>
  24. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="tFG-yJ-6Th">
  28. <rect key="frame" x="32" y="2" width="14" height="14"/>
  29. </imageView>
  30. </subviews>
  31. </view>
  32. <color key="backgroundColor" red="0.027450980390000001" green="0.72549019609999998" blue="0.60784313729999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <constraints>
  34. <constraint firstAttribute="trailing" secondItem="tFG-yJ-6Th" secondAttribute="trailing" constant="34" id="6Gg-kI-CUP"/>
  35. <constraint firstAttribute="bottom" secondItem="s7f-rk-sQl" secondAttribute="bottom" constant="6" id="LJw-sr-37e"/>
  36. <constraint firstItem="tFG-yJ-6Th" firstAttribute="leading" secondItem="zg4-fX-zUF" secondAttribute="leading" constant="32" id="Wlx-UF-X1S"/>
  37. <constraint firstItem="s7f-rk-sQl" firstAttribute="top" secondItem="tFG-yJ-6Th" secondAttribute="bottom" constant="5" id="nZ4-V0-ftj"/>
  38. <constraint firstItem="tFG-yJ-6Th" firstAttribute="centerX" secondItem="s7f-rk-sQl" secondAttribute="centerX" id="oUd-Hc-nRe"/>
  39. <constraint firstItem="tFG-yJ-6Th" firstAttribute="top" secondItem="zg4-fX-zUF" secondAttribute="top" constant="2" id="x3e-8P-dRj"/>
  40. </constraints>
  41. <connections>
  42. <outlet property="imageView" destination="tFG-yJ-6Th" id="Odb-dR-tf4"/>
  43. <outlet property="label" destination="s7f-rk-sQl" id="4gU-tb-BMB"/>
  44. </connections>
  45. <point key="canvasLocation" x="305.60000000000002" y="540.62968515742136"/>
  46. </collectionViewCell>
  47. </objects>
  48. </document>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement