-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSegmentedButtons.xib
34 lines (34 loc) · 2.03 KB
/
SegmentedButtons.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner"/>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="c22-O7-iKe">
<rect key="frame" x="0.0" y="0.0" width="87" height="41"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<segmentedControl verticalHuggingPriority="750" fixedFrame="YES" tag="106" translatesAutoresizingMaskIntoConstraints="NO" id="L3P-ja-Bfu">
<rect key="frame" x="15" y="9" width="57" height="23"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<segmentedCell key="cell" borderStyle="border" alignment="left" tag="1" style="smallSquare" trackingMode="momentary" id="Y0x-n5-YQ5">
<font key="font" metaFont="system"/>
<segments>
<segment image="NSAddTemplate" width="26"/>
<segment image="NSRemoveTemplate" width="26" enabled="NO" tag="1"/>
</segments>
</segmentedCell>
</segmentedControl>
</subviews>
<point key="canvasLocation" x="-136.5" y="199.5"/>
</customView>
</objects>
<resources>
<image name="NSAddTemplate" width="15" height="13"/>
<image name="NSRemoveTemplate" width="15" height="4"/>
</resources>
</document>