ReferenceView.xib 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ReferenceView" customModule="NextcloudTalk" customModuleProvider="target">
  11. <connections>
  12. <outlet property="activityIndicatorView" destination="wAD-fb-n31" id="9Ro-g4-RUL"/>
  13. <outlet property="contentView" destination="iN0-l3-epB" id="I1C-wk-7lp"/>
  14. <outlet property="referenceView" destination="Szp-Mk-TBE" id="Lh1-dG-9FJ"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view contentMode="scaleToFill" id="iN0-l3-epB" userLabel="ContentView">
  19. <rect key="frame" x="0.0" y="0.0" width="615" height="100"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wAD-fb-n31" userLabel="ActivityIndicatorView">
  23. <rect key="frame" x="25" y="25" width="50" height="50"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  25. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. </view>
  27. <view contentMode="scaleToFill" id="Szp-Mk-TBE" userLabel="ReferenceView">
  28. <rect key="frame" x="0.0" y="0.0" width="615" height="100"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. </view>
  32. </subviews>
  33. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  35. <point key="canvasLocation" x="-96.376811594202906" y="-16.071428571428569"/>
  36. </view>
  37. </objects>
  38. </document>