mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
72 lines
5 KiB
XML
72 lines
5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FeedsMenuViewController">
|
|
<connections>
|
|
<outlet property="fontSizeSegment" destination="tAD-6D-jDd" id="BX1-cm-RqJ"/>
|
|
<outlet property="menuTableView" destination="12" id="AKp-mJ-4CC"/>
|
|
<outlet property="themeSegmentedControl" destination="WaK-km-cVb" id="NDZ-e1-1Pu"/>
|
|
<outlet property="view" destination="1" id="3"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="1">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="460"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<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="12">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="460"/>
|
|
<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="14"/>
|
|
<outlet property="delegate" destination="-1" id="15"/>
|
|
</connections>
|
|
</tableView>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" translatesAutoresizingMaskIntoConstraints="NO" id="WaK-km-cVb">
|
|
<rect key="frame" x="43" y="216" 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="lQ3-gY-fUx"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" translatesAutoresizingMaskIntoConstraints="NO" id="tAD-6D-jDd">
|
|
<rect key="frame" x="56" y="252" width="209" height="28"/>
|
|
<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="iCM-RU-hF3"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
</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="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>
|