2014-05-15 17:03:25 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2015-10-31 16:35:32 -07:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
2014-05-15 17:03:25 -07:00
|
|
|
<dependencies>
|
2014-11-10 18:25:31 -08:00
|
|
|
<deployment identifier="iOS"/>
|
2015-10-31 16:35:32 -07:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
|
2014-05-15 17:03:25 -07:00
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FontSettingsViewController">
|
|
|
|
<connections>
|
|
|
|
<outlet property="fontSizeSegment" destination="28" id="34"/>
|
2014-05-15 18:06:56 -07:00
|
|
|
<outlet property="lineSpacingSegment" destination="4iD-hO-qU2" id="K0A-P6-riY"/>
|
2014-05-15 17:03:25 -07:00
|
|
|
<outlet property="menuTableView" destination="35" id="38"/>
|
|
|
|
<outlet property="view" destination="2" id="3"/>
|
|
|
|
</connections>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="240" height="222"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" id="28">
|
|
|
|
<rect key="frame" x="3" y="81" width="234" height="30"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2015-10-31 16:35:32 -07:00
|
|
|
<animations/>
|
2014-05-15 17:03:25 -07:00
|
|
|
<segments>
|
|
|
|
<segment title="11pt"/>
|
|
|
|
<segment title="12pt"/>
|
|
|
|
<segment title="14pt"/>
|
|
|
|
<segment title="16pt"/>
|
|
|
|
<segment title="18pt"/>
|
|
|
|
</segments>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeFontSize:" destination="-1" eventType="valueChanged" id="29"/>
|
|
|
|
</connections>
|
|
|
|
</segmentedControl>
|
2014-05-15 18:06:56 -07:00
|
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" id="4iD-hO-qU2">
|
2014-05-16 17:28:40 -07:00
|
|
|
<rect key="frame" x="3" y="123" width="234" height="29"/>
|
2014-05-15 18:06:56 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2015-10-31 16:35:32 -07:00
|
|
|
<animations/>
|
2014-05-15 18:06:56 -07:00
|
|
|
<segments>
|
2014-05-16 17:28:40 -07:00
|
|
|
<segment title="" image="line_spacing_xs.png"/>
|
|
|
|
<segment title="" image="line_spacing_s.png"/>
|
|
|
|
<segment title="" image="line_spacing_m.png"/>
|
|
|
|
<segment title="" image="line_spacing_l.png"/>
|
|
|
|
<segment title="" image="line_spacing_xl.png"/>
|
2014-05-15 18:06:56 -07:00
|
|
|
</segments>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeLineSpacing:" destination="-1" eventType="valueChanged" id="3hE-hD-2Aq"/>
|
|
|
|
</connections>
|
|
|
|
</segmentedControl>
|
2014-05-15 17:03:25 -07:00
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="35">
|
|
|
|
<rect key="frame" x="0.0" y="-1" width="240" height="223"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2015-10-31 16:35:32 -07:00
|
|
|
<animations/>
|
2014-05-15 17:03:25 -07:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="-1" id="36"/>
|
|
|
|
<outlet property="delegate" destination="-1" id="37"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
</subviews>
|
2015-10-31 16:35:32 -07:00
|
|
|
<animations/>
|
2014-05-15 17:03:25 -07:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
2014-11-10 18:25:31 -08:00
|
|
|
<nil key="simulatedStatusBarMetrics"/>
|
2014-05-15 17:03:25 -07:00
|
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
|
</view>
|
|
|
|
</objects>
|
2014-05-16 17:28:40 -07:00
|
|
|
<resources>
|
|
|
|
<image name="line_spacing_l.png" width="32" height="32"/>
|
|
|
|
<image name="line_spacing_m.png" width="32" height="32"/>
|
|
|
|
<image name="line_spacing_s.png" width="32" height="32"/>
|
|
|
|
<image name="line_spacing_xl.png" width="32" height="32"/>
|
|
|
|
<image name="line_spacing_xs.png" width="32" height="32"/>
|
|
|
|
</resources>
|
2014-05-15 17:03:25 -07:00
|
|
|
</document>
|