Skip to content

Commit afb1347

Browse files
authored
[NL-80] : 온보딩 수정 (#53)
* [NL-80] : SplashView, LacunchView 디자인 변경 * [NL-80] : OnboardingUI 변경 - Notion 링크 연결 * [NL-80] : 회원가입 성공 시 Home 화면 이동 로직 구현 * [NL-80] : 불필요 코드 삭제
1 parent 56d7a2d commit afb1347

File tree

20 files changed

+175
-81
lines changed

20 files changed

+175
-81
lines changed

DesignSystem/DesignSystem/Resources/Images.xcassets/SattoLogo.imageset/Contents.json renamed to App/Resources/Assets.xcassets/LaunchLogo.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "SattoLogo.svg",
4+
"filename" : "Logo.svg",
55
"idiom" : "universal"
66
}
77
],
Lines changed: 7 additions & 0 deletions
Loading

App/Resources/Assets.xcassets/SattoLogoWhite.imageset/SattoLogoWhite.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<device id="retina6_12" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
@@ -16,16 +16,19 @@
1616
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1717
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1818
<subviews>
19-
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SattoLogoWhite" translatesAutoresizingMaskIntoConstraints="NO" id="nPA-GC-4cY">
20-
<rect key="frame" x="125.66666666666667" y="388.66666666666669" width="142.33333333333331" height="45"/>
19+
<imageView opaque="NO" clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchLogo" translatesAutoresizingMaskIntoConstraints="NO" id="da5-Sx-nHq">
20+
<rect key="frame" x="120.66666666666669" y="404.66666666666669" width="152" height="43"/>
21+
<constraints>
22+
<constraint firstAttribute="width" constant="152" id="WQz-cZ-RHZ"/>
23+
<constraint firstAttribute="height" constant="43" id="hWr-gG-RAt"/>
24+
</constraints>
2125
</imageView>
2226
</subviews>
2327
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
24-
<color key="backgroundColor" red="0.41568627450980389" green="0.0" blue="1" alpha="1" colorSpace="calibratedRGB"/>
28+
<color key="backgroundColor" red="0.47058823529411764" green="0.2627450980392157" blue="1" alpha="1" colorSpace="calibratedRGB"/>
2529
<constraints>
26-
<constraint firstItem="nPA-GC-4cY" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leadingMargin" constant="109.67" id="BDe-tH-oe2"/>
27-
<constraint firstAttribute="trailingMargin" secondItem="nPA-GC-4cY" secondAttribute="trailing" constant="109" id="hrm-zQ-U9H"/>
28-
<constraint firstAttribute="bottomMargin" secondItem="nPA-GC-4cY" secondAttribute="bottom" constant="384.25999999999999" id="ioh-GZ-hfB"/>
30+
<constraint firstItem="da5-Sx-nHq" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Uca-IJ-WB7"/>
31+
<constraint firstItem="da5-Sx-nHq" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="ccJ-kS-pxU"/>
2932
</constraints>
3033
</view>
3134
</viewController>
@@ -35,6 +38,6 @@
3538
</scene>
3639
</scenes>
3740
<resources>
38-
<image name="SattoLogoWhite" width="157" height="45"/>
41+
<image name="LaunchLogo" width="152" height="43"/>
3942
</resources>
4043
</document>

App/Resources/Assets.xcassets/SattoLogoWhite.imageset/Contents.json renamed to DesignSystem/DesignSystem/Resources/Images.xcassets/LaunchLogo.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "SattoLogoWhite.svg",
4+
"filename" : "LaunchLogo.svg",
55
"idiom" : "universal"
66
}
77
],
Lines changed: 7 additions & 0 deletions
Loading

DesignSystem/DesignSystem/Resources/Images.xcassets/SattoLogoWhite.imageset/Contents.json renamed to DesignSystem/DesignSystem/Resources/Images.xcassets/LoginLogo.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "SattoLogoWhite.svg",
4+
"filename" : "LoginLogo.svg",
55
"idiom" : "universal"
66
}
77
],
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)