[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
2.8 KiB

6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="ImageAttachmentCollectionViewCell" id="gTV-IL-0wX" customClass="ImageAttachmentCollectionViewCell" customModule="elpha_ios" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="X7C-Rz-5zN">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
  24. </imageView>
  25. </subviews>
  26. </view>
  27. <constraints>
  28. <constraint firstAttribute="trailing" secondItem="X7C-Rz-5zN" secondAttribute="trailing" id="58Q-wS-bVY"/>
  29. <constraint firstAttribute="bottom" secondItem="X7C-Rz-5zN" secondAttribute="bottom" id="A26-zo-rCZ"/>
  30. <constraint firstItem="X7C-Rz-5zN" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Cxe-QE-g8T"/>
  31. <constraint firstItem="X7C-Rz-5zN" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="KZG-bH-MzT"/>
  32. </constraints>
  33. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  34. <connections>
  35. <outlet property="imageView" destination="X7C-Rz-5zN" id="WMo-NR-zpQ"/>
  36. </connections>
  37. </collectionViewCell>
  38. </objects>
  39. </document>