mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
128 lines
9.4 KiB
XML
128 lines
9.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
|
|
<device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FontSettingsViewController">
|
|
<connections>
|
|
<outlet property="autoscrollSegment" destination="DbL-5f-bAN" id="Tb1-WQ-ng4"/>
|
|
<outlet property="fontSizeSegment" destination="28" id="34"/>
|
|
<outlet property="fullscreenSegment" destination="RRB-to-azP" id="YoH-EL-BKL"/>
|
|
<outlet property="lineSpacingSegment" destination="4iD-hO-qU2" id="K0A-P6-riY"/>
|
|
<outlet property="menuTableView" destination="35" id="38"/>
|
|
<outlet property="scrollOrientationSegment" destination="muZ-4L-Qll" id="Uie-9I-ECx"/>
|
|
<outlet property="themeSegment" destination="9Zd-0Z-SQt" id="V1G-LP-kgy"/>
|
|
<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" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" translatesAutoresizingMaskIntoConstraints="NO" id="28">
|
|
<rect key="frame" x="3" y="81" width="234" height="30"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<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" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" translatesAutoresizingMaskIntoConstraints="NO" id="4iD-hO-qU2">
|
|
<rect key="frame" x="3" y="123" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<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>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" translatesAutoresizingMaskIntoConstraints="NO" id="muZ-4L-Qll">
|
|
<rect key="frame" x="3" y="96" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="Scroll Up/Down"/>
|
|
<segment title="Left/Right"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeScrollOrientation:" destination="-1" eventType="valueChanged" id="x5R-7P-7ha"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" translatesAutoresizingMaskIntoConstraints="NO" id="RRB-to-azP">
|
|
<rect key="frame" x="3" y="96" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="Full Screen"/>
|
|
<segment title="Toolbar"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeFullscreen:" destination="-1" eventType="valueChanged" id="h3Y-T6-P9J"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" translatesAutoresizingMaskIntoConstraints="NO" id="DbL-5f-bAN">
|
|
<rect key="frame" x="3" y="96" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="Manual Scroll"/>
|
|
<segment title="Auto Scroll"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeAutoscroll:" destination="-1" eventType="valueChanged" id="dFh-eV-zfx"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" translatesAutoresizingMaskIntoConstraints="NO" id="9Zd-0Z-SQt">
|
|
<rect key="frame" x="3" y="97" width="234" height="29"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="" image="theme_color_light.png"/>
|
|
<segment title="" image="theme_color_sepia.png"/>
|
|
<segment title="" image="theme_color_medium.png"/>
|
|
<segment title="" image="theme_color_dark.png"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeTheme:" destination="-1" eventType="valueChanged" id="d7d-9h-DPN"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="35">
|
|
<rect key="frame" x="0.0" y="-1" width="240" height="223"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-1" id="36"/>
|
|
<outlet property="delegate" destination="-1" id="37"/>
|
|
</connections>
|
|
</tableView>
|
|
</subviews>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<point key="canvasLocation" x="139" y="154"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="line_spacing_l.png" width="32.450702667236328" height="32.450702667236328"/>
|
|
<image name="line_spacing_m.png" width="32.450702667236328" height="32.450702667236328"/>
|
|
<image name="line_spacing_s.png" width="32.450702667236328" height="32.450702667236328"/>
|
|
<image name="line_spacing_xl.png" width="32.450702667236328" height="32.450702667236328"/>
|
|
<image name="line_spacing_xs.png" width="32.450702667236328" height="32.450702667236328"/>
|
|
<image name="theme_color_dark.png" width="32" height="32"/>
|
|
<image name="theme_color_light.png" width="32" height="32"/>
|
|
<image name="theme_color_medium.png" width="32" height="32"/>
|
|
<image name="theme_color_sepia.png" width="32" height="32"/>
|
|
</resources>
|
|
</document>
|