Entry.xib 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" 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="11757"/>
  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. <view contentMode="scaleToFill" id="iN0-l3-epB" userLabel="Container">
  15. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="esX-ZL-hp7" userLabel="Entry">
  19. <rect key="frame" x="67" y="269" width="240" height="128"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  22. <userDefinedRuntimeAttributes>
  23. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  24. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. </userDefinedRuntimeAttribute>
  26. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  27. <real key="value" value="2"/>
  28. </userDefinedRuntimeAttribute>
  29. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  30. <real key="value" value="4"/>
  31. </userDefinedRuntimeAttribute>
  32. </userDefinedRuntimeAttributes>
  33. </view>
  34. </subviews>
  35. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. </view>
  37. </objects>
  38. </document>