|
1 |
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 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="vJo-8D-tPO"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> |
5 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
6 | 10 | </dependencies>
|
7 | 11 | <scenes>
|
8 |
| - <!--View Controller--> |
9 |
| - <scene sceneID="tne-QT-ifu"> |
| 12 | + <!--Repo View Controller--> |
| 13 | + <scene sceneID="40B-VL-Gba"> |
10 | 14 | <objects>
|
11 |
| - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
12 |
| - <layoutGuides> |
13 |
| - <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
14 |
| - <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
15 |
| - </layoutGuides> |
16 |
| - <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 15 | + <tableViewController id="wdL-Iu-bYN" customClass="RepoViewController" customModule="Himotoki_Sample" customModuleProvider="target" sceneMemberID="viewController"> |
| 16 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="60" sectionHeaderHeight="28" sectionFooterHeight="28" id="daR-eX-glA"> |
17 | 17 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
18 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
19 |
| - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
20 |
| - </view> |
21 |
| - </viewController> |
22 |
| - <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 19 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 20 | + <prototypes> |
| 21 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="RepoCell" rowHeight="60" id="LQH-Is-Zhk" userLabel="Repo Cell" customClass="RepoTableViewCell" customModule="Himotoki_Sample" customModuleProvider="target"> |
| 22 | + <rect key="frame" x="0.0" y="28" width="375" height="60"/> |
| 23 | + <autoresizingMask key="autoresizingMask"/> |
| 24 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="LQH-Is-Zhk" id="ooV-LV-i83"> |
| 25 | + <rect key="frame" x="0.0" y="0.0" width="375" height="59"/> |
| 26 | + <autoresizingMask key="autoresizingMask"/> |
| 27 | + </tableViewCellContentView> |
| 28 | + </tableViewCell> |
| 29 | + </prototypes> |
| 30 | + </tableView> |
| 31 | + <navigationItem key="navigationItem" id="sng-Ka-Wa5"/> |
| 32 | + <connections> |
| 33 | + <outlet property="tableView" destination="daR-eX-glA" id="sBp-qp-Z2U"/> |
| 34 | + </connections> |
| 35 | + </tableViewController> |
| 36 | + <placeholder placeholderIdentifier="IBFirstResponder" id="TOn-2Z-orO" userLabel="First Responder" sceneMemberID="firstResponder"/> |
23 | 37 | </objects>
|
| 38 | + <point key="canvasLocation" x="1004" y="-167.76611694152925"/> |
| 39 | + </scene> |
| 40 | + <!--Navigation Controller--> |
| 41 | + <scene sceneID="MTb-J4-Bel"> |
| 42 | + <objects> |
| 43 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="vJo-8D-tPO" sceneMemberID="viewController"> |
| 44 | + <toolbarItems/> |
| 45 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="Lnt-rC-4El"> |
| 46 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 47 | + <autoresizingMask key="autoresizingMask"/> |
| 48 | + </navigationBar> |
| 49 | + <nil name="viewControllers"/> |
| 50 | + <connections> |
| 51 | + <segue destination="wdL-Iu-bYN" kind="relationship" relationship="rootViewController" id="Wvx-Ke-znn"/> |
| 52 | + </connections> |
| 53 | + </navigationController> |
| 54 | + <placeholder placeholderIdentifier="IBFirstResponder" id="KJX-vg-Rth" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 55 | + </objects> |
| 56 | + <point key="canvasLocation" x="64.799999999999997" y="-167.76611694152925"/> |
24 | 57 | </scene>
|
25 | 58 | </scenes>
|
26 | 59 | </document>
|
0 commit comments