mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
49 lines
3.8 KiB
XML
49 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CameraCell" customModule="BSImagePicker" customModuleProvider="target"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cameraCellIdentifier" id="dx2-jd-nta" customClass="CameraCell" customModule="BSImagePicker" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="40Y-IQ-I2M">
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
|
<animations/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qvQ-jD-B52">
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
|
<animations/>
|
|
</imageView>
|
|
</subviews>
|
|
<animations/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<animations/>
|
|
<color key="backgroundColor" red="0.90196079015731812" green="0.90196079015731812" blue="0.90196079015731812" alpha="1" colorSpace="calibratedRGB"/>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="40Y-IQ-I2M" secondAttribute="trailing" id="0CF-25-fnk"/>
|
|
<constraint firstItem="40Y-IQ-I2M" firstAttribute="leading" secondItem="dx2-jd-nta" secondAttribute="leading" id="Le4-AF-WLH"/>
|
|
<constraint firstAttribute="trailing" secondItem="qvQ-jD-B52" secondAttribute="trailing" id="bMH-5D-RYe"/>
|
|
<constraint firstItem="qvQ-jD-B52" firstAttribute="top" secondItem="dx2-jd-nta" secondAttribute="top" id="bwE-TQ-qO6"/>
|
|
<constraint firstAttribute="bottom" secondItem="qvQ-jD-B52" secondAttribute="bottom" id="m9b-Ob-DYN"/>
|
|
<constraint firstItem="qvQ-jD-B52" firstAttribute="leading" secondItem="dx2-jd-nta" secondAttribute="leading" id="vec-jV-qy2"/>
|
|
<constraint firstItem="40Y-IQ-I2M" firstAttribute="top" secondItem="dx2-jd-nta" secondAttribute="top" id="vt7-P8-Z2b"/>
|
|
<constraint firstAttribute="bottom" secondItem="40Y-IQ-I2M" secondAttribute="bottom" id="wug-sP-OLR"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="cameraBackground" destination="40Y-IQ-I2M" id="K5o-kD-cfg"/>
|
|
<outlet property="imageView" destination="qvQ-jD-B52" id="On7-vu-A1y"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="82" y="280"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|