Initial commit
This commit is contained in:
+58
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="14F1605" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
|
||||
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="UMComLikeButtonTableViewCell" id="KGk-i7-Jjw" customClass="UMComLikeButtonTableViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="320" height="40"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
||||
<rect key="frame" x="0.0" y="0.0" width="320" height="39"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wg1-db-NpW">
|
||||
<rect key="frame" x="115" y="0.0" width="90" height="32"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="90" id="n3f-dA-s7J"/>
|
||||
</constraints>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
||||
<inset key="titleEdgeInsets" minX="6" minY="6" maxX="0.0" maxY="5"/>
|
||||
<inset key="imageEdgeInsets" minX="19" minY="4" maxX="49" maxY="6"/>
|
||||
<state key="normal" title="Button" image="UMComSimpleSDKResources.bundle/images/um_like_blue"/>
|
||||
<connections>
|
||||
<action selector="onClikOnLikeButton:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="Khl-kP-Vrb"/>
|
||||
</connections>
|
||||
</button>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NH5-i4-j7S">
|
||||
<rect key="frame" x="8" y="38" width="312" height="1"/>
|
||||
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="1" id="GtK-41-qga"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="NH5-i4-j7S" secondAttribute="bottom" id="1Mv-Mh-hFe"/>
|
||||
<constraint firstItem="wg1-db-NpW" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="AEf-ey-5hW"/>
|
||||
<constraint firstAttribute="trailing" secondItem="NH5-i4-j7S" secondAttribute="trailing" id="KpK-x6-gnh"/>
|
||||
<constraint firstItem="wg1-db-NpW" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="an6-mw-b7S"/>
|
||||
<constraint firstAttribute="bottom" secondItem="wg1-db-NpW" secondAttribute="bottom" constant="7" identifier="LikeButtonBottomToSuperView" id="gVN-jf-k80"/>
|
||||
<constraint firstItem="NH5-i4-j7S" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="yJB-iu-z0k"/>
|
||||
</constraints>
|
||||
</tableViewCellContentView>
|
||||
<connections>
|
||||
<outlet property="likeButton" destination="wg1-db-NpW" id="Uaq-uR-b9S"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="203" y="171"/>
|
||||
</tableViewCell>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="UMComSimpleSDKResources.bundle/images/um_like_blue" width="75" height="75"/>
|
||||
</resources>
|
||||
</document>
|
||||
Reference in New Issue
Block a user