Share.storyboard 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ulh-7d-YV5">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Root View Controller-->
  11. <scene sceneID="7cV-On-Fhe">
  12. <objects>
  13. <tableViewController id="s2G-63-C5x" customClass="ShareViewController" sceneMemberID="viewController">
  14. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="U2h-gf-HKM">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  18. <prototypes>
  19. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="3Nw-Pa-z7H">
  20. <rect key="frame" x="0.0" y="28" width="414" height="43.5"/>
  21. <autoresizingMask key="autoresizingMask"/>
  22. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="3Nw-Pa-z7H" id="1fc-sI-vBf">
  23. <rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. </tableViewCellContentView>
  26. </tableViewCell>
  27. </prototypes>
  28. <connections>
  29. <outlet property="dataSource" destination="s2G-63-C5x" id="pNk-7f-4PD"/>
  30. <outlet property="delegate" destination="s2G-63-C5x" id="OtK-ce-7p2"/>
  31. </connections>
  32. </tableView>
  33. <navigationItem key="navigationItem" title="Root View Controller" id="ItV-U8-rL4"/>
  34. </tableViewController>
  35. <placeholder placeholderIdentifier="IBFirstResponder" id="BO3-JR-ldt" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  36. </objects>
  37. <point key="canvasLocation" x="139" y="117"/>
  38. </scene>
  39. <!--Navigation Controller-->
  40. <scene sceneID="L8l-TC-r7u">
  41. <objects>
  42. <navigationController id="ulh-7d-YV5" sceneMemberID="viewController">
  43. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="rd5-7j-i14">
  44. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  45. <autoresizingMask key="autoresizingMask"/>
  46. </navigationBar>
  47. <connections>
  48. <segue destination="s2G-63-C5x" kind="relationship" relationship="rootViewController" id="2kS-SM-9Jj"/>
  49. </connections>
  50. </navigationController>
  51. <placeholder placeholderIdentifier="IBFirstResponder" id="WzU-LG-i6r" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  52. </objects>
  53. <point key="canvasLocation" x="-749" y="117"/>
  54. </scene>
  55. </scenes>
  56. </document>