[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.

77 lines
6.0 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="Named colors" minToolsVersion="9.0"/>
<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" customClass="AttachmentInputView" customModule="elpha_ios" customModuleProvider="target">
<connections>
<outlet property="contentView" destination="iN0-l3-epB" id="FW6-Gc-su3"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="DgV-de-OI2">
<rect key="frame" x="20" y="76" width="335" height="527"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="pQk-XB-end">
<size key="itemSize" width="50" height="50"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
</collectionView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Attachments" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xhE-rm-MSc">
<rect key="frame" x="15" y="35" width="345" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" name="Text"/>
<nil key="highlightedColor"/>
</label>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="q7s-jQ-GQc">
<rect key="frame" x="0.0" y="623" width="375" height="44"/>
<items>
<barButtonItem title="Add Media" id="Bj0-V6-Hhl">
<color key="tintColor" name="Text"/>
</barButtonItem>
<barButtonItem style="plain" systemItem="flexibleSpace" id="69C-R5-KwC"/>
<barButtonItem title="Cancel" id="Q8B-VF-ZJe">
<color key="tintColor" name="Text"/>
</barButtonItem>
</items>
</toolbar>
</subviews>
<color key="backgroundColor" name="Secondary"/>
<constraints>
<constraint firstItem="q7s-jQ-GQc" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="APE-kj-6aQ"/>
<constraint firstItem="DgV-de-OI2" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="20" id="Hh6-za-VeG"/>
<constraint firstItem="xhE-rm-MSc" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="15" id="QfV-u7-lAG"/>
<constraint firstItem="xhE-rm-MSc" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="15" id="ZpL-Ut-mnx"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="xhE-rm-MSc" secondAttribute="trailing" constant="15" id="aNb-Y7-owY"/>
<constraint firstItem="q7s-jQ-GQc" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="gMo-9u-tBg"/>
<constraint firstItem="q7s-jQ-GQc" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="jaw-06-e0K"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="DgV-de-OI2" secondAttribute="trailing" constant="20" id="kv4-gu-UWt"/>
<constraint firstItem="q7s-jQ-GQc" firstAttribute="top" secondItem="DgV-de-OI2" secondAttribute="bottom" constant="20" id="qmP-mN-b7z"/>
<constraint firstItem="DgV-de-OI2" firstAttribute="top" secondItem="xhE-rm-MSc" secondAttribute="bottom" constant="20" id="wVQ-yi-XqO"/>
</constraints>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
</view>
</objects>
<resources>
<namedColor name="Secondary">
<color red="0.792156862745098" green="0.68627450980392157" blue="0.99215686274509807" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="Text">
<color red="0.090196078431372548" green="0.047058823529411764" blue="0.28627450980392155" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>