CCNotification.storyboard 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="XR4-7S-Rf2">
  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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Notification-->
  13. <scene sceneID="qpr-sp-LUL">
  14. <objects>
  15. <tableViewController id="XR4-7S-Rf2" customClass="CCNotification" sceneMemberID="viewController">
  16. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="zcw-hW-s5f">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  20. <prototypes>
  21. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" id="3oo-s1-wBg">
  22. <rect key="frame" x="0.0" y="28" width="375" height="44"/>
  23. <autoresizingMask key="autoresizingMask"/>
  24. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3oo-s1-wBg" id="tdl-RT-gBI">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. </tableViewCellContentView>
  28. </tableViewCell>
  29. </prototypes>
  30. <connections>
  31. <outlet property="dataSource" destination="XR4-7S-Rf2" id="Hvz-Xk-ZXo"/>
  32. <outlet property="delegate" destination="XR4-7S-Rf2" id="LRC-DV-UHC"/>
  33. </connections>
  34. </tableView>
  35. </tableViewController>
  36. <searchDisplayController id="mtt-zO-7ej"/>
  37. <placeholder placeholderIdentifier="IBFirstResponder" id="ck0-Wt-nZk" userLabel="First Responder" sceneMemberID="firstResponder"/>
  38. </objects>
  39. <point key="canvasLocation" x="-186" y="-349"/>
  40. </scene>
  41. </scenes>
  42. </document>