Skip to content

Commit

Permalink
[#1]feat ✨: NavigationBar & TabBar controller 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLee0223 committed May 24, 2022
1 parent 1bd21aa commit d782397
Showing 1 changed file with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions iOS/Airbnb/Airbnb/Resource/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,24 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="2AB-Tb-ssb">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Airbnb" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<navigationItem key="navigationItem" id="Hxv-x9-EjD"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1855.072463768116" y="93.75"/>
</scene>
<!--Item-->
<scene sceneID="tRN-Hs-6YC">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ZZp-BH-PlF" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="rMd-KK-bv2"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="fIZ-Nk-1lD">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="tfh-5g-1kk"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="YXH-BS-cS4" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="819" y="94"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="e9l-ij-0zm">
<objects>
<tabBarController automaticallyAdjustsScrollViewInsets="NO" id="2AB-Tb-ssb" sceneMemberID="viewController">
<toolbarItems/>
<tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="P2m-Tr-EGa">
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tabBar>
<connections>
<segue destination="ZZp-BH-PlF" kind="relationship" relationship="viewControllers" id="wNT-8g-sTT"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="SFX-kn-1xH" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-171" y="94"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>

0 comments on commit d782397

Please sign in to comment.