mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
78 lines
5.3 KiB
XML
78 lines
5.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FeedDetailMenuViewController">
|
|
<connections>
|
|
<outlet property="menuTableView" destination="3" id="15"/>
|
|
<outlet property="orderSegmentedControl" destination="18" id="20"/>
|
|
<outlet property="readFilterSegmentedControl" destination="19" id="21"/>
|
|
<outlet property="themeSegmentedControl" destination="KEQ-LR-Qwh" id="VCu-7n-52C"/>
|
|
<outlet property="view" destination="1" id="16"/>
|
|
</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" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="3">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="460"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-1" id="12"/>
|
|
<outlet property="delegate" destination="-1" id="13"/>
|
|
</connections>
|
|
</tableView>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="19">
|
|
<rect key="frame" x="43" y="252" width="234" height="30"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="ALL STORIES"/>
|
|
<segment title="UNREAD ONLY"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeReadFilter:" destination="-1" eventType="valueChanged" id="22"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="18">
|
|
<rect key="frame" x="43" y="215" width="234" height="30"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="NEWEST FIRST"/>
|
|
<segment title="OLDEST"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="changeOrder:" destination="-1" eventType="valueChanged" id="23"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" id="KEQ-LR-Qwh">
|
|
<rect key="frame" x="43" y="289" 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="XZv-tp-Ovk"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
</subviews>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
</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>
|