|
19 | 19 | <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="0Ds-au-UhU">
|
20 | 20 | <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
21 | 21 | <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
| 22 | + <prototypes> |
| 23 | + <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="SearchResultCell" textLabel="GZD-IL-v2Z" detailTextLabel="5Re-0H-SJG" style="IBUITableViewCellStyleSubtitle" id="IOy-Jh-366"> |
| 24 | + <autoresizingMask key="autoresizingMask"/> |
| 25 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="IOy-Jh-366" id="Lwd-Ae-TbU"> |
| 26 | + <autoresizingMask key="autoresizingMask"/> |
| 27 | + <subviews> |
| 28 | + <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="GZD-IL-v2Z"> |
| 29 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 30 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 31 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 32 | + <nil key="highlightedColor"/> |
| 33 | + <variation key="heightClass=regular-widthClass=compact"> |
| 34 | + <fontDescription key="fontDescription" type="system" pointSize="16"/> |
| 35 | + </variation> |
| 36 | + </label> |
| 37 | + <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" text="Subtitle" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="5Re-0H-SJG"> |
| 38 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 39 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 40 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 41 | + <nil key="highlightedColor"/> |
| 42 | + <variation key="heightClass=regular-widthClass=compact"> |
| 43 | + <fontDescription key="fontDescription" type="system" pointSize="11"/> |
| 44 | + </variation> |
| 45 | + </label> |
| 46 | + </subviews> |
| 47 | + </tableViewCellContentView> |
| 48 | + </tableViewCell> |
| 49 | + </prototypes> |
22 | 50 | <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
|
23 | 51 | <rect key="frame" x="0.0" y="20" width="320" height="620"/>
|
24 | 52 | </variation>
|
|
0 commit comments