Section.xib 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2657" 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="11524"/>
  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" customClass="Section">
  13. <connections>
  14. <outlet property="container" destination="iN0-l3-epB" id="Wlw-JP-OOQ"/>
  15. <outlet property="title" destination="mYX-eR-Wot" id="a6d-ku-3LY"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="iN0-l3-epB">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e7S-aL-6Ed" userLabel="Section">
  24. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  25. <subviews>
  26. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" text="Titulo" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="mYX-eR-Wot">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="34"/>
  28. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  29. <color key="backgroundColor" red="0.23731978796769859" green="0.48982898252051899" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  31. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  32. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  33. </textView>
  34. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PeG-j2-Npa" userLabel="Content">
  35. <rect key="frame" x="0.0" y="33" width="375" height="634"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  38. </view>
  39. </subviews>
  40. <color key="backgroundColor" red="0.70466126452071831" green="1" blue="0.65893771197212003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <userDefinedRuntimeAttributes>
  42. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  43. <color key="value" red="0.29551993389999998" green="0.53861285660000002" blue="0.54978950780000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. </userDefinedRuntimeAttribute>
  45. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  46. <real key="value" value="3"/>
  47. </userDefinedRuntimeAttribute>
  48. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  49. <real key="value" value="8"/>
  50. </userDefinedRuntimeAttribute>
  51. </userDefinedRuntimeAttributes>
  52. </view>
  53. </subviews>
  54. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. <constraints>
  56. <constraint firstAttribute="trailing" secondItem="e7S-aL-6Ed" secondAttribute="trailing" constant="10" id="Awe-dm-9Bj"/>
  57. <constraint firstItem="e7S-aL-6Ed" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="10" id="fWW-UC-yU1"/>
  58. <constraint firstAttribute="bottom" secondItem="e7S-aL-6Ed" secondAttribute="bottom" constant="10" id="oLA-Ar-sdL"/>
  59. <constraint firstItem="e7S-aL-6Ed" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="pNB-w5-2Zm"/>
  60. </constraints>
  61. <userDefinedRuntimeAttributes>
  62. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  63. <real key="value" value="4"/>
  64. </userDefinedRuntimeAttribute>
  65. </userDefinedRuntimeAttributes>
  66. <point key="canvasLocation" x="-410" y="72"/>
  67. </view>
  68. </objects>
  69. </document>