-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFontMenuSizeCell.xib
39 lines (39 loc) · 2.82 KB
/
FontMenuSizeCell.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<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"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="fontSize" rowHeight="43" id="1PZ-pg-itB" customClass="FontMenuSizeCell" customModule="pep9pad" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="1PZ-pg-itB" id="W48-KS-qDN">
<rect key="frame" x="0.0" y="0.0" width="375" height="42"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stepper opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="12" minimumValue="10" maximumValue="25" translatesAutoresizingMaskIntoConstraints="NO" id="6jZ-ee-LVT">
<rect key="frame" x="140" y="7" width="94" height="29"/>
<connections>
<action selector="stepperValueChanged:" destination="1PZ-pg-itB" eventType="valueChanged" id="DE8-lU-8Wg"/>
</connections>
</stepper>
</subviews>
<constraints>
<constraint firstItem="6jZ-ee-LVT" firstAttribute="centerX" secondItem="W48-KS-qDN" secondAttribute="centerX" id="H6S-Hd-26W"/>
<constraint firstItem="6jZ-ee-LVT" firstAttribute="centerY" secondItem="W48-KS-qDN" secondAttribute="centerY" id="w1I-HY-MKN"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="stepper" destination="6jZ-ee-LVT" id="VzH-Ri-1Rb"/>
</connections>
<point key="canvasLocation" x="199.5" y="37.5"/>
</tableViewCell>
</objects>
</document>