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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="LanguageCell" customModule="BreastFeedingDemo" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="134" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="134" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="select" translatesAutoresizingMaskIntoConstraints="NO" id="RO8-Z2-XOe">
<rect key="frame" x="10" y="12" width="12" height="20"/>
<constraints>
<constraint firstAttribute="width" constant="12" id="DyO-gU-0fC"/>
<constraint firstAttribute="height" constant="20" id="TNu-nH-gXU"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ssf-40-ayw">
<rect key="frame" x="26" y="0.0" width="108" height="44"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="RO8-Z2-XOe" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Ao8-8P-Rnb"/>
<constraint firstItem="ssf-40-ayw" firstAttribute="leading" secondItem="RO8-Z2-XOe" secondAttribute="trailing" constant="4" id="DQk-9w-ZRd"/>
<constraint firstAttribute="trailing" secondItem="ssf-40-ayw" secondAttribute="trailing" id="HL1-fP-b7i"/>
<constraint firstItem="ssf-40-ayw" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="SXy-xa-W9p"/>
<constraint firstItem="RO8-Z2-XOe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="scz-cy-JxV"/>
<constraint firstAttribute="bottom" secondItem="ssf-40-ayw" secondAttribute="bottom" id="uJF-g8-NXY"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="selectImageV" destination="RO8-Z2-XOe" id="faS-Tz-DvP"/>
<outlet property="titleL" destination="ssf-40-ayw" id="E5W-WW-5sp"/>
</connections>
<point key="canvasLocation" x="-2.8985507246376816" y="71.651785714285708"/>
</tableViewCell>
</objects>
<resources>
<image name="select" width="14" height="11"/>
</resources>
</document>