66 lines
5.4 KiB
XML
66 lines
5.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
|
|
<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" id="gTV-IL-0wX" customClass="GiGaFeedImagsActionCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="104" height="104"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="104" height="104"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p4F-LQ-Mgo">
|
|
<rect key="frame" x="0.0" y="0.0" width="104" height="104"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_camera" translatesAutoresizingMaskIntoConstraints="NO" id="PNN-vx-9XC">
|
|
<rect key="frame" x="27" y="19" width="50" height="67"/>
|
|
</imageView>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aOT-f4-LRi">
|
|
<rect key="frame" x="0.0" y="0.0" width="104" height="104"/>
|
|
</button>
|
|
</subviews>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstItem="aOT-f4-LRi" firstAttribute="leading" secondItem="p4F-LQ-Mgo" secondAttribute="leading" id="101-Yv-yNU"/>
|
|
<constraint firstItem="aOT-f4-LRi" firstAttribute="leading" secondItem="p4F-LQ-Mgo" secondAttribute="leading" id="4fs-og-ovQ"/>
|
|
<constraint firstAttribute="bottom" secondItem="aOT-f4-LRi" secondAttribute="bottom" id="57z-nN-ezQ"/>
|
|
<constraint firstItem="PNN-vx-9XC" firstAttribute="leading" secondItem="p4F-LQ-Mgo" secondAttribute="leading" constant="27" id="9So-vG-wnQ"/>
|
|
<constraint firstAttribute="trailing" secondItem="aOT-f4-LRi" secondAttribute="trailing" id="IgC-Sy-mac"/>
|
|
<constraint firstItem="aOT-f4-LRi" firstAttribute="top" secondItem="p4F-LQ-Mgo" secondAttribute="top" id="MZN-X1-hFr"/>
|
|
<constraint firstAttribute="bottom" secondItem="PNN-vx-9XC" secondAttribute="bottom" constant="18" id="N3W-xo-blq"/>
|
|
<constraint firstAttribute="trailing" secondItem="aOT-f4-LRi" secondAttribute="trailing" id="gRL-cn-YfY"/>
|
|
<constraint firstItem="PNN-vx-9XC" firstAttribute="top" secondItem="p4F-LQ-Mgo" secondAttribute="top" constant="19" id="hf8-gT-7Cs"/>
|
|
<constraint firstAttribute="bottom" secondItem="aOT-f4-LRi" secondAttribute="bottom" id="j7a-2n-lmS"/>
|
|
<constraint firstAttribute="trailing" secondItem="PNN-vx-9XC" secondAttribute="trailing" constant="27" id="ksJ-F4-Qht"/>
|
|
<constraint firstItem="aOT-f4-LRi" firstAttribute="top" secondItem="p4F-LQ-Mgo" secondAttribute="top" id="nCc-n1-PPA"/>
|
|
</constraints>
|
|
</view>
|
|
</subviews>
|
|
</view>
|
|
<constraints>
|
|
<constraint firstItem="p4F-LQ-Mgo" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ca0-vZ-Eds"/>
|
|
<constraint firstAttribute="trailing" secondItem="p4F-LQ-Mgo" secondAttribute="trailing" id="fBl-J5-XBM"/>
|
|
<constraint firstItem="p4F-LQ-Mgo" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="wFG-CR-yWw"/>
|
|
<constraint firstAttribute="bottom" secondItem="p4F-LQ-Mgo" secondAttribute="bottom" id="yUE-Oe-gvn"/>
|
|
</constraints>
|
|
<viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
|
|
<connections>
|
|
<outlet property="imageAdd" destination="aOT-f4-LRi" id="has-hX-ccK"/>
|
|
</connections>
|
|
</collectionViewCell>
|
|
</objects>
|
|
<resources>
|
|
<image name="img_camera" width="54" height="48"/>
|
|
</resources>
|
|
</document>
|