Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <viewController id="AfM-jF-rmj" customClass="SampleVC" sceneMemberID="viewController">
  2. <view key="view" contentMode="scaleToFill" id="nBb-H4-MU6">
  3. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  4. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  5. <subviews>
  6. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Kotlin " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z3J-cC-g5Q" userLabel="Label">
  7. <rect key="frame" x="163.66666666666666" y="279" width="48" height="21"/>
  8. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  9. <nil key="textColor"/>
  10. <nil key="highlightedColor"/>
  11. </label>
  12. </subviews>
  13. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  14. <constraints>
  15. <constraint firstItem="z3J-cC-g5Q" firstAttribute="centerX" secondItem="pIP-QN-mWJ" secondAttribute="centerX" id="AnX-b3-6Xt"/>
  16. <constraint firstItem="z3J-cC-g5Q" firstAttribute="top" secondItem="pIP-QN-mWJ" secondAttribute="top" constant="235" id="Zbt-Wx-fqU"/>
  17. </constraints>
  18. <viewLayoutGuide key="safeArea" id="pIP-QN-mWJ"/>
  19. </view>
  20. <connections>
  21. <outlet property="label" destination="z3J-cC-g5Q" id="rPX-AH-rma"/>
  22. </connections>
  23. </viewController>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement