-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vincent
authored and
vincent
committed
Feb 11, 2016
1 parent
3fbdcae
commit 801300a
Showing
5 changed files
with
224 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,69 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="ynZ-15-ZNI"> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="tne-QT-ifu"> | ||
<!--Tab Bar Controller--> | ||
<scene sceneID="qn7-4Q-DrW"> | ||
<objects> | ||
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="FeelingClient" customModuleProvider="target" sceneMemberID="viewController"> | ||
<layoutGuides> | ||
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> | ||
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> | ||
</layoutGuides> | ||
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> | ||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> | ||
</view> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> | ||
<tabBarController storyboardIdentifier="main" automaticallyAdjustsScrollViewInsets="NO" id="ynZ-15-ZNI" sceneMemberID="viewController"> | ||
<toolbarItems/> | ||
<tabBar key="tabBar" contentMode="scaleToFill" id="Mn2-AS-X3y"> | ||
<autoresizingMask key="autoresizingMask"/> | ||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> | ||
</tabBar> | ||
<connections> | ||
<segue destination="Mht-Qq-bXP" kind="relationship" relationship="viewControllers" id="X2k-gX-ctt"/> | ||
<segue destination="QbY-Gp-CXh" kind="relationship" relationship="viewControllers" id="dcI-W3-yqv"/> | ||
<segue destination="ShK-sV-fw0" kind="relationship" relationship="viewControllers" id="3KJ-mS-Pbd"/> | ||
<segue destination="FQh-RY-vEi" kind="relationship" relationship="viewControllers" id="Lvh-wM-Y9Q"/> | ||
</connections> | ||
</tabBarController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="cHu-ST-hZN" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="140" y="323"/> | ||
</scene> | ||
<!--friends--> | ||
<scene sceneID="Mt5-vH-4pe"> | ||
<objects> | ||
<viewControllerPlaceholder storyboardIdentifier="friends" storyboardName="friends" id="QbY-Gp-CXh" colorLabel="IBBuiltInLabel-Blue" sceneMemberID="viewController"> | ||
<tabBarItem key="tabBarItem" systemItem="contacts" id="vSJ-V7-chX"/> | ||
</viewControllerPlaceholder> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="CEN-ev-omf" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="15.5" y="843"/> | ||
</scene> | ||
<!--center--> | ||
<scene sceneID="3Xa-hm-BFe"> | ||
<objects> | ||
<viewControllerPlaceholder storyboardIdentifier="center" storyboardName="center" id="ShK-sV-fw0" colorLabel="IBBuiltInLabel-Orange" sceneMemberID="viewController"> | ||
<tabBarItem key="tabBarItem" systemItem="search" id="2dW-BZ-def"/> | ||
</viewControllerPlaceholder> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="hYe-Nf-yCm" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="244" y="843"/> | ||
</scene> | ||
<!--self--> | ||
<scene sceneID="C4u-qS-WFk"> | ||
<objects> | ||
<viewControllerPlaceholder storyboardIdentifier="self" storyboardName="self" id="FQh-RY-vEi" colorLabel="IBBuiltInLabel-Green" sceneMemberID="viewController"> | ||
<tabBarItem key="tabBarItem" systemItem="bookmarks" id="6il-da-QDn"/> | ||
</viewControllerPlaceholder> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="uZQ-uo-Wvs" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="412.5" y="843"/> | ||
</scene> | ||
<!--chat--> | ||
<scene sceneID="sqq-fO-uFa"> | ||
<objects> | ||
<viewControllerPlaceholder storyboardIdentifier="chat" storyboardName="chat" id="Mht-Qq-bXP" colorLabel="IBBuiltInLabel-Yellow" sceneMemberID="viewController"> | ||
<tabBarItem key="tabBarItem" systemItem="favorites" id="LzD-5s-i35"/> | ||
</viewControllerPlaceholder> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="gcf-jW-nBN" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="-130.5" y="843"/> | ||
</scene> | ||
</scenes> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="njR-f0-QS0"> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="sho-cJ-6YT"> | ||
<objects> | ||
<viewController storyboardIdentifier="center" useStoryboardIdentifierAsRestorationIdentifier="YES" id="njR-f0-QS0" sceneMemberID="viewController"> | ||
<layoutGuides> | ||
<viewControllerLayoutGuide type="top" id="o1t-wy-KrK"/> | ||
<viewControllerLayoutGuide type="bottom" id="dUo-l5-V86"/> | ||
</layoutGuides> | ||
<view key="view" contentMode="scaleToFill" id="1TA-FO-b4B"> | ||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OOy-6j-ixh"> | ||
<rect key="frame" x="277" y="285" width="46" height="30"/> | ||
<constraints> | ||
<constraint firstAttribute="width" constant="46" id="Gul-9z-TfT"/> | ||
</constraints> | ||
<state key="normal" title="center"/> | ||
</button> | ||
</subviews> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
<constraints> | ||
<constraint firstItem="OOy-6j-ixh" firstAttribute="centerX" secondItem="1TA-FO-b4B" secondAttribute="centerX" id="Hmh-UP-6bH"/> | ||
<constraint firstItem="OOy-6j-ixh" firstAttribute="centerY" secondItem="1TA-FO-b4B" secondAttribute="centerY" id="Yyq-1L-VyA"/> | ||
</constraints> | ||
</view> | ||
<tabBarItem key="tabBarItem" badgeValue="3" systemItem="favorites" id="I09-U8-j42"/> | ||
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="3Cg-dO-yKr" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="376" y="382"/> | ||
</scene> | ||
</scenes> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="XgY-6Z-pPg"> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="q18-xy-sps"> | ||
<objects> | ||
<viewController storyboardIdentifier="chat" id="XgY-6Z-pPg" sceneMemberID="viewController"> | ||
<layoutGuides> | ||
<viewControllerLayoutGuide type="top" id="XFN-w8-Dkx"/> | ||
<viewControllerLayoutGuide type="bottom" id="Snu-jY-ocJ"/> | ||
</layoutGuides> | ||
<view key="view" contentMode="scaleToFill" id="Trd-kY-nmW"> | ||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6h2-ZG-BHC"> | ||
<rect key="frame" x="277" y="285" width="46" height="30"/> | ||
<constraints> | ||
<constraint firstAttribute="width" constant="46" id="UIa-4O-r2d"/> | ||
</constraints> | ||
<state key="normal" title="chat"/> | ||
</button> | ||
</subviews> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
<constraints> | ||
<constraint firstItem="6h2-ZG-BHC" firstAttribute="centerX" secondItem="Trd-kY-nmW" secondAttribute="centerX" id="0sT-Xy-13Q"/> | ||
<constraint firstItem="6h2-ZG-BHC" firstAttribute="centerY" secondItem="Trd-kY-nmW" secondAttribute="centerY" id="AY8-oF-nrQ"/> | ||
</constraints> | ||
</view> | ||
<tabBarItem key="tabBarItem" tag="1" badgeValue="1" systemItem="recents" id="Vge-vN-mcQ"/> | ||
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="K6z-Sg-yrJ" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="128" y="414"/> | ||
</scene> | ||
</scenes> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="fq9-vW-fW2"> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="PSJ-JJ-rTV"> | ||
<objects> | ||
<viewController storyboardIdentifier="friends" id="fq9-vW-fW2" sceneMemberID="viewController"> | ||
<layoutGuides> | ||
<viewControllerLayoutGuide type="top" id="mIa-do-86w"/> | ||
<viewControllerLayoutGuide type="bottom" id="u0j-aK-qDl"/> | ||
</layoutGuides> | ||
<view key="view" contentMode="scaleToFill" id="bks-8t-uuQ"> | ||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JRw-Ps-v9X"> | ||
<rect key="frame" x="276" y="285" width="48" height="30"/> | ||
<state key="normal" title="friends"/> | ||
</button> | ||
</subviews> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
<constraints> | ||
<constraint firstItem="JRw-Ps-v9X" firstAttribute="centerX" secondItem="bks-8t-uuQ" secondAttribute="centerX" id="1OM-2D-Hgk"/> | ||
<constraint firstItem="JRw-Ps-v9X" firstAttribute="centerY" secondItem="bks-8t-uuQ" secondAttribute="centerY" id="8LK-bv-Uq9"/> | ||
</constraints> | ||
</view> | ||
<tabBarItem key="tabBarItem" tag="2" badgeValue="2" systemItem="mostViewed" id="FF8-Yy-LFo"/> | ||
<toolbarItems/> | ||
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="Is9-H4-PFE" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="403" y="291"/> | ||
</scene> | ||
</scenes> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="25T-P7-b6Q"> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="9k6-vh-PLq"> | ||
<objects> | ||
<viewController id="25T-P7-b6Q" sceneMemberID="viewController"> | ||
<layoutGuides> | ||
<viewControllerLayoutGuide type="top" id="aOU-Na-HYi"/> | ||
<viewControllerLayoutGuide type="bottom" id="5e7-8b-qoX"/> | ||
</layoutGuides> | ||
<view key="view" contentMode="scaleToFill" id="Dyp-Hb-jbD"> | ||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="t58-0H-uyP"> | ||
<rect key="frame" x="277" y="285" width="46" height="30"/> | ||
<constraints> | ||
<constraint firstAttribute="width" constant="46" id="ncA-Sz-Fmq"/> | ||
</constraints> | ||
<state key="normal" title="self"/> | ||
</button> | ||
</subviews> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
<constraints> | ||
<constraint firstItem="t58-0H-uyP" firstAttribute="centerX" secondItem="Dyp-Hb-jbD" secondAttribute="centerX" id="ZBP-IZ-hRM"/> | ||
<constraint firstItem="t58-0H-uyP" firstAttribute="centerY" secondItem="Dyp-Hb-jbD" secondAttribute="centerY" id="o3T-gU-2YL"/> | ||
</constraints> | ||
</view> | ||
<tabBarItem key="tabBarItem" tag="4" badgeValue="4" systemItem="contacts" id="cYc-9s-2cb"/> | ||
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="TAb-Vf-jNK" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="480" y="266"/> | ||
</scene> | ||
</scenes> | ||
</document> |