[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

<?xml version="1.0" encoding="UTF-8"?>
<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">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="ImageAttachmentCollectionViewCell" id="gTV-IL-0wX" customClass="ImageAttachmentCollectionViewCell" customModule="elpha_ios" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="X7C-Rz-5zN">
<rect key="frame" x="0.0" y="0.0" width="375" height="375"/>
</imageView>
</subviews>
</view>
<constraints>
<constraint firstAttribute="trailing" secondItem="X7C-Rz-5zN" secondAttribute="trailing" id="58Q-wS-bVY"/>
<constraint firstAttribute="bottom" secondItem="X7C-Rz-5zN" secondAttribute="bottom" id="A26-zo-rCZ"/>
<constraint firstItem="X7C-Rz-5zN" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Cxe-QE-g8T"/>
<constraint firstItem="X7C-Rz-5zN" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="KZG-bH-MzT"/>
</constraints>
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
<connections>
<outlet property="imageView" destination="X7C-Rz-5zN" id="WMo-NR-zpQ"/>
</connections>
</collectionViewCell>
</objects>
</document>