|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="bem-wV-lQb"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
| 6 | + <dependencies> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> |
| 9 | + <capability name="Constraints to layout margins" minToolsVersion="6.0"/> |
| 10 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 11 | + </dependencies> |
| 12 | + <scenes> |
| 13 | + <!--Album--> |
| 14 | + <scene sceneID="tne-QT-ifu"> |
| 15 | + <objects> |
| 16 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="iOS10_Custom_Table_Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 17 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="x78-Db-Kqw"> |
| 18 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 19 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 20 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 21 | + <prototypes> |
| 22 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="xBu-0D-OVA" customClass="CustomTableViewCell" customModule="iOS10_Custom_Table_Example" customModuleProvider="target"> |
| 23 | + <rect key="frame" x="0.0" y="28" width="375" height="44"/> |
| 24 | + <autoresizingMask key="autoresizingMask"/> |
| 25 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="xBu-0D-OVA" id="TqU-Mh-tY6"> |
| 26 | + <rect key="frame" x="0.0" y="0.0" width="375" height="43"/> |
| 27 | + <autoresizingMask key="autoresizingMask"/> |
| 28 | + <subviews> |
| 29 | + <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bNC-7z-cCw"> |
| 30 | + <rect key="frame" x="0.0" y="0.0" width="375" height="43"/> |
| 31 | + </imageView> |
| 32 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nEV-Md-xT2"> |
| 33 | + <rect key="frame" x="306" y="0.0" width="61" height="30"/> |
| 34 | + <fontDescription key="fontDescription" type="system" pointSize="25"/> |
| 35 | + <nil key="textColor"/> |
| 36 | + <nil key="highlightedColor"/> |
| 37 | + </label> |
| 38 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RMC-EX-FYK"> |
| 39 | + <rect key="frame" x="325" y="22" width="42" height="21"/> |
| 40 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 41 | + <nil key="textColor"/> |
| 42 | + <nil key="highlightedColor"/> |
| 43 | + </label> |
| 44 | + </subviews> |
| 45 | + <constraints> |
| 46 | + <constraint firstAttribute="bottom" secondItem="bNC-7z-cCw" secondAttribute="bottom" id="3jP-jv-c4y"/> |
| 47 | + <constraint firstItem="nEV-Md-xT2" firstAttribute="top" secondItem="TqU-Mh-tY6" secondAttribute="top" id="7oT-GY-8CQ"/> |
| 48 | + <constraint firstAttribute="trailing" secondItem="bNC-7z-cCw" secondAttribute="trailing" id="AA5-Om-ucA"/> |
| 49 | + <constraint firstAttribute="trailing" secondItem="RMC-EX-FYK" secondAttribute="trailing" constant="8" id="DfP-VW-oQ9"/> |
| 50 | + <constraint firstItem="bNC-7z-cCw" firstAttribute="leading" secondItem="TqU-Mh-tY6" secondAttribute="leading" id="Fyb-y4-Y0q"/> |
| 51 | + <constraint firstAttribute="trailing" secondItem="nEV-Md-xT2" secondAttribute="trailing" constant="8" id="Vue-2v-jcj"/> |
| 52 | + <constraint firstItem="bNC-7z-cCw" firstAttribute="top" secondItem="TqU-Mh-tY6" secondAttribute="top" id="gQ3-Kd-yUQ"/> |
| 53 | + <constraint firstAttribute="bottom" secondItem="RMC-EX-FYK" secondAttribute="bottom" id="rui-nP-9Rm"/> |
| 54 | + </constraints> |
| 55 | + </tableViewCellContentView> |
| 56 | + <connections> |
| 57 | + <outlet property="backgroundImageView" destination="bNC-7z-cCw" id="OCK-Jv-dda"/> |
| 58 | + <outlet property="detailLabel" destination="RMC-EX-FYK" id="Bmj-jQ-AI7"/> |
| 59 | + <outlet property="titleLabel" destination="nEV-Md-xT2" id="owe-dl-Lc7"/> |
| 60 | + </connections> |
| 61 | + </tableViewCell> |
| 62 | + </prototypes> |
| 63 | + <connections> |
| 64 | + <outlet property="dataSource" destination="BYZ-38-t0r" id="ecl-rx-V7f"/> |
| 65 | + <outlet property="delegate" destination="BYZ-38-t0r" id="6er-VO-la0"/> |
| 66 | + </connections> |
| 67 | + </tableView> |
| 68 | + <navigationItem key="navigationItem" title="Album" id="Qoe-Ve-jJP"/> |
| 69 | + <connections> |
| 70 | + <segue destination="Lte-Iz-1QT" kind="show" identifier="detailSegue" id="Xe9-RG-XRf"/> |
| 71 | + </connections> |
| 72 | + </viewController> |
| 73 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 74 | + </objects> |
| 75 | + <point key="canvasLocation" x="869.60000000000002" y="-559.07046476761627"/> |
| 76 | + </scene> |
| 77 | + <!--Detail View Controller--> |
| 78 | + <scene sceneID="XXf-qG-eyd"> |
| 79 | + <objects> |
| 80 | + <viewController id="Lte-Iz-1QT" customClass="DetailViewController" customModule="iOS10_Custom_Table_Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 81 | + <layoutGuides> |
| 82 | + <viewControllerLayoutGuide type="top" id="uSa-Mf-0RN"/> |
| 83 | + <viewControllerLayoutGuide type="bottom" id="jhf-lh-Rgi"/> |
| 84 | + </layoutGuides> |
| 85 | + <view key="view" contentMode="scaleToFill" id="izp-dR-hev"> |
| 86 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 87 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 88 | + <subviews> |
| 89 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="08a-Za-1NK"> |
| 90 | + <rect key="frame" x="166.5" y="127" width="42" height="20.5"/> |
| 91 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 92 | + <nil key="textColor"/> |
| 93 | + <nil key="highlightedColor"/> |
| 94 | + </label> |
| 95 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="04.jpg" translatesAutoresizingMaskIntoConstraints="NO" id="1Nq-Ne-LWy"> |
| 96 | + <rect key="frame" x="37.5" y="183.5" width="300" height="300"/> |
| 97 | + <constraints> |
| 98 | + <constraint firstAttribute="height" constant="300" id="I10-EO-AW5"/> |
| 99 | + <constraint firstAttribute="width" constant="300" id="dFj-6B-6Zm"/> |
| 100 | + </constraints> |
| 101 | + </imageView> |
| 102 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W0N-w0-86X"> |
| 103 | + <rect key="frame" x="111" y="535" width="153" height="21"/> |
| 104 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 105 | + <nil key="textColor"/> |
| 106 | + <nil key="highlightedColor"/> |
| 107 | + </label> |
| 108 | + </subviews> |
| 109 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 110 | + <constraints> |
| 111 | + <constraint firstItem="jhf-lh-Rgi" firstAttribute="top" secondItem="W0N-w0-86X" secondAttribute="bottom" constant="111" id="HQy-ji-EX6"/> |
| 112 | + <constraint firstAttribute="trailingMargin" secondItem="W0N-w0-86X" secondAttribute="trailing" constant="95" id="MuR-1r-XoX"/> |
| 113 | + <constraint firstItem="08a-Za-1NK" firstAttribute="top" secondItem="uSa-Mf-0RN" secondAttribute="bottom" constant="63" id="Tbk-lG-rox"/> |
| 114 | + <constraint firstItem="W0N-w0-86X" firstAttribute="leading" secondItem="izp-dR-hev" secondAttribute="leadingMargin" constant="95" id="Up3-Qt-VcC"/> |
| 115 | + <constraint firstItem="1Nq-Ne-LWy" firstAttribute="centerX" secondItem="izp-dR-hev" secondAttribute="centerX" id="d24-y8-L0V"/> |
| 116 | + <constraint firstItem="1Nq-Ne-LWy" firstAttribute="centerY" secondItem="izp-dR-hev" secondAttribute="centerY" id="fKS-QD-2Tu"/> |
| 117 | + <constraint firstItem="08a-Za-1NK" firstAttribute="centerX" secondItem="izp-dR-hev" secondAttribute="centerX" id="mSf-Lk-xXm"/> |
| 118 | + <constraint firstItem="1Nq-Ne-LWy" firstAttribute="centerX" secondItem="08a-Za-1NK" secondAttribute="centerX" id="r1q-bz-BQD"/> |
| 119 | + </constraints> |
| 120 | + </view> |
| 121 | + <connections> |
| 122 | + <outlet property="dateLabel" destination="W0N-w0-86X" id="xQP-1M-ts2"/> |
| 123 | + <outlet property="imageView" destination="1Nq-Ne-LWy" id="mne-xF-hQN"/> |
| 124 | + <outlet property="titleLabel" destination="08a-Za-1NK" id="DID-gA-3XT"/> |
| 125 | + </connections> |
| 126 | + </viewController> |
| 127 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Ncb-BF-3H0" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 128 | + </objects> |
| 129 | + <point key="canvasLocation" x="1668" y="-559.07046476761627"/> |
| 130 | + </scene> |
| 131 | + <!--Navigation Controller--> |
| 132 | + <scene sceneID="F8R-vK-G5D"> |
| 133 | + <objects> |
| 134 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="bem-wV-lQb" sceneMemberID="viewController"> |
| 135 | + <toolbarItems/> |
| 136 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="xhx-dJ-Xn5"> |
| 137 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 138 | + <autoresizingMask key="autoresizingMask"/> |
| 139 | + </navigationBar> |
| 140 | + <nil name="viewControllers"/> |
| 141 | + <connections> |
| 142 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="P7V-0H-Ui8"/> |
| 143 | + </connections> |
| 144 | + </navigationController> |
| 145 | + <placeholder placeholderIdentifier="IBFirstResponder" id="gZI-dC-yi1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 146 | + </objects> |
| 147 | + <point key="canvasLocation" x="117.59999999999999" y="-559.07046476761627"/> |
| 148 | + </scene> |
| 149 | + </scenes> |
| 150 | + <resources> |
| 151 | + <image name="04.jpg" width="714" height="1024"/> |
| 152 | + </resources> |
| 153 | +</document> |
0 commit comments