Blame view

LifeLog/LifeLog/SearchGroupTableViewCell.xib 5.13 KB
fa0d79042   nvtu11790@gmail.com   Add search group ...
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
55
56
57
58
59
60
61
62
63
64
65
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
      <device id="retina4_7" orientation="portrait">
          <adaptation id="fullscreen"/>
      </device>
      <dependencies>
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
          <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" reuseIdentifier="SearchGroupCell" id="KGk-i7-Jjw" customClass="SearchGroupTableViewCell">
              <rect key="frame" x="0.0" y="0.0" width="320" height="70"/>
              <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="320" height="69.5"/>
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="avatar_default" translatesAutoresizingMaskIntoConstraints="NO" id="V29-aB-z6m">
                          <rect key="frame" x="10" y="10" width="50" height="50"/>
                          <constraints>
                              <constraint firstAttribute="width" constant="50" id="NCc-vl-jbV"/>
                              <constraint firstAttribute="height" constant="50" id="nPg-m6-RJC"/>
                          </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="PqD-FA-DIk">
                          <rect key="frame" x="68" y="20" width="212" height="20"/>
                          <constraints>
                              <constraint firstAttribute="height" constant="20" id="fDB-VO-fgq"/>
                          </constraints>
                          <fontDescription key="fontDescription" type="system" pointSize="14"/>
                          <nil key="textColor"/>
                          <nil key="highlightedColor"/>
                      </label>
                      <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SNy-dc-xb8">
                          <rect key="frame" x="0.0" y="68.5" width="320" height="1"/>
                          <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
                          <constraints>
                              <constraint firstAttribute="height" constant="1" id="EuB-6b-DDV"/>
                          </constraints>
                      </view>
                  </subviews>
                  <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
                  <constraints>
                      <constraint firstItem="V29-aB-z6m" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="6NK-Up-vWU"/>
                      <constraint firstAttribute="bottom" secondItem="SNy-dc-xb8" secondAttribute="bottom" id="CKE-YJ-Sv6"/>
                      <constraint firstItem="SNy-dc-xb8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Jvh-LM-ymJ"/>
                      <constraint firstItem="PqD-FA-DIk" firstAttribute="leading" secondItem="V29-aB-z6m" secondAttribute="trailing" constant="8" id="O4W-xn-z9e"/>
                      <constraint firstItem="PqD-FA-DIk" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="20" id="biO-wT-ELG"/>
                      <constraint firstItem="V29-aB-z6m" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="poP-mK-1Dh"/>
                      <constraint firstAttribute="trailing" secondItem="SNy-dc-xb8" secondAttribute="trailing" id="tRm-Jq-VNR"/>
                      <constraint firstAttribute="trailing" secondItem="PqD-FA-DIk" secondAttribute="trailing" constant="40" id="wZt-Nt-oWk"/>
                  </constraints>
              </tableViewCellContentView>
              <connections>
                  <outlet property="imgAvatar" destination="V29-aB-z6m" id="ye6-9r-VIf"/>
                  <outlet property="lblName" destination="PqD-FA-DIk" id="OLi-eS-E1G"/>
              </connections>
          </tableViewCell>
      </objects>
      <resources>
          <image name="avatar_default" width="80" height="80"/>
      </resources>
  </document>