mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00

Sorry for the delay getting to this. I've implemented the separate list of fonts, listing the sample one you provided. Once you get the others, they can be added to the fonts folder in the resources, and listed in the -[FontSettingsViewController viewWillAppear:] method (I can do that if you like).
75 lines
4.8 KiB
XML
75 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FontSettingsViewController">
|
|
<connections>
|
|
<outlet property="fontSizeSegment" destination="28" id="34"/>
|
|
<outlet property="lineSpacingSegment" destination="4iD-hO-qU2" id="K0A-P6-riY"/>
|
|
<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"/>
|
|
<animations/>
|
|
<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>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" id="4iD-hO-qU2">
|
|
<rect key="frame" x="3" y="123" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<animations/>
|
|
<segments>
|
|
<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"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeLineSpacing:" destination="-1" eventType="valueChanged" id="3hE-hD-2Aq"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<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"/>
|
|
<animations/>
|
|
<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>
|
|
<animations/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
</view>
|
|
</objects>
|
|
<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>
|
|
</document>
|