SLMomentsVc.xib 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SLMomentsVc">
  13. <connections>
  14. <outlet property="tableView" destination="uV7-ff-uk7" id="rsd-AE-TuK"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="uV7-ff-uk7">
  24. <rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  26. <connections>
  27. <outlet property="dataSource" destination="-1" id="ZUA-mc-LPb"/>
  28. <outlet property="delegate" destination="-1" id="YCq-ch-jj8"/>
  29. </connections>
  30. </tableView>
  31. </subviews>
  32. <viewLayoutGuide key="safeArea" id="B6h-3S-cso"/>
  33. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  34. <constraints>
  35. <constraint firstItem="uV7-ff-uk7" firstAttribute="leading" secondItem="B6h-3S-cso" secondAttribute="leading" id="DL2-1A-Gi6"/>
  36. <constraint firstAttribute="bottom" secondItem="uV7-ff-uk7" secondAttribute="bottom" id="HFj-Yl-dIa"/>
  37. <constraint firstItem="uV7-ff-uk7" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="UYR-uf-3Wg"/>
  38. <constraint firstItem="uV7-ff-uk7" firstAttribute="trailing" secondItem="B6h-3S-cso" secondAttribute="trailing" id="cwG-NI-QDt"/>
  39. </constraints>
  40. <point key="canvasLocation" x="128" y="-1"/>
  41. </view>
  42. </objects>
  43. <resources>
  44. <systemColor name="systemBackgroundColor">
  45. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  46. </systemColor>
  47. </resources>
  48. </document>