NCFillBackgroundView.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina3_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="NCFillBackgroundView" customModule="Nextcloud" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="350" height="250"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="W3d-Us-kU4">
  18. <rect key="frame" x="0.0" y="0.0" width="350" height="250"/>
  19. </imageView>
  20. </subviews>
  21. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  22. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. <constraints>
  24. <constraint firstItem="W3d-Us-kU4" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="KPL-eZ-i2o"/>
  25. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="W3d-Us-kU4" secondAttribute="trailing" id="O1w-go-B0B"/>
  26. <constraint firstItem="W3d-Us-kU4" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="S5y-Bc-aC0"/>
  27. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="W3d-Us-kU4" secondAttribute="bottom" id="jD8-kg-UhO"/>
  28. </constraints>
  29. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  30. <connections>
  31. <outlet property="fillBackground" destination="W3d-Us-kU4" id="FM2-Cz-lqR"/>
  32. </connections>
  33. <point key="canvasLocation" x="-146.25" y="32.5"/>
  34. </view>
  35. </objects>
  36. </document>