Main.storyboard 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9059" systemVersion="15A282b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  7. </dependencies>
  8. <scenes>
  9. <!--View Controller-->
  10. <scene sceneID="tne-QT-ifu">
  11. <objects>
  12. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="ReachabilitySample" customModuleProvider="target" sceneMemberID="viewController">
  13. <layoutGuides>
  14. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  15. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  16. </layoutGuides>
  17. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  18. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UBQ-2c-x8L">
  22. <rect key="frame" x="40" y="274" width="520" height="53"/>
  23. <animations/>
  24. <fontDescription key="fontDescription" type="system" pointSize="44"/>
  25. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <animations/>
  30. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  31. <constraints>
  32. <constraint firstAttribute="centerY" secondItem="UBQ-2c-x8L" secondAttribute="centerY" id="K7q-cv-Lfi"/>
  33. <constraint firstItem="UBQ-2c-x8L" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="20" id="YBI-sa-7Z9"/>
  34. <constraint firstAttribute="trailingMargin" secondItem="UBQ-2c-x8L" secondAttribute="trailing" constant="20" id="xcC-HE-ZUz"/>
  35. </constraints>
  36. </view>
  37. <connections>
  38. <outlet property="networkStatus" destination="UBQ-2c-x8L" id="vop-Uf-5Ev"/>
  39. </connections>
  40. </viewController>
  41. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  42. </objects>
  43. </scene>
  44. </scenes>
  45. </document>