12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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="VipSubjectCollectionViewCell">
- <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NgY-CY-xf3">
- <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <state key="normal" title="1">
- <color key="titleColor" red="0.27450980390000002" green="0.27450980390000002" blue="0.27450980390000002" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
- <real key="value" value="1"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
- <color key="value" red="0.27450980390000002" green="0.27450980390000002" blue="0.27450980390000002" alpha="1" colorSpace="calibratedRGB"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="circle" value="YES"/>
- </userDefinedRuntimeAttributes>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="NgY-CY-xf3" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="QXP-zb-XQI"/>
- <constraint firstAttribute="bottom" secondItem="NgY-CY-xf3" secondAttribute="bottom" id="e81-An-DN6"/>
- <constraint firstItem="NgY-CY-xf3" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="j19-1O-PUj"/>
- <constraint firstAttribute="trailing" secondItem="NgY-CY-xf3" secondAttribute="trailing" id="vO8-xe-IVF"/>
- </constraints>
- <connections>
- <outlet property="subjectBtn" destination="NgY-CY-xf3" id="ZRt-5R-1tG"/>
- </connections>
- <point key="canvasLocation" x="47.826086956521742" y="35.491071428571423"/>
- </collectionViewCell>
- </objects>
- </document>
|