Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 98 additions & 42 deletions Wable-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
DD9980DF2D834F4E00EBBFBC /* CommentCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9980DC2D834F4E00EBBFBC /* CommentCollectionViewCell.swift */; };
DD9980E02D834F4E00EBBFBC /* PostUserInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9980DE2D834F4E00EBBFBC /* PostUserInfoView.swift */; };
DD9980E12D834F4E00EBBFBC /* ContentCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9980DD2D834F4E00EBBFBC /* ContentCollectionViewCell.swift */; };
DDCA70972D88797200A988B8 /* AuthorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCA70962D88796900A988B8 /* AuthorType.swift */; };
DDCA70902D87CE2700A988B8 /* LCKYearViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCA708F2D87CE0500A988B8 /* LCKYearViewController.swift */; };
DDCA70932D88316200A988B8 /* LCKYearView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCA70922D88315C00A988B8 /* LCKYearView.swift */; };
DDCA70952D883D4100A988B8 /* NavigationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCA70942D883D3B00A988B8 /* NavigationViewController.swift */; };
DDCA70972D88797200A988B8 /* AuthorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCA70962D88796900A988B8 /* AuthorType.swift */; };
DDCCA3932D738CD500658122 /* UserSessionRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCCA3922D738CD100658122 /* UserSessionRepository.swift */; };
DDCCA3952D73928900658122 /* UserSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCCA3942D73928400658122 /* UserSession.swift */; };
DDCCA3972D73988000658122 /* UserSessionRepositoryImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCCA3962D73987600658122 /* UserSessionRepositoryImpl.swift */; };
Expand Down Expand Up @@ -197,6 +197,8 @@
DE54B03E2D82CD82009A7C34 /* NotFoundViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE54B03D2D82CD82009A7C34 /* NotFoundViewController.swift */; };
DE54B0402D832E78009A7C34 /* LoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE54B03F2D832E78009A7C34 /* LoadingViewController.swift */; };
DE54B0422D833B0B009A7C34 /* WableSheetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE54B0412D833B0B009A7C34 /* WableSheetViewController.swift */; };
DE59BB9A2D8A9D3A0040ADCB /* NotificationEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE59BB992D8A9D3A0040ADCB /* NotificationEmpty.swift */; };
DE59BBA92D8A9EFD0040ADCB /* UIViewController+.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE59BBA82D8A9EFD0040ADCB /* UIViewController+.swift */; };
DE67A9EB2D7211070021BDE1 /* Like.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE67A9EA2D7211070021BDE1 /* Like.swift */; };
DE67A9EF2D7213D90021BDE1 /* Opacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE67A9EE2D7213D90021BDE1 /* Opacity.swift */; };
DE7C530C2D761DCA00076E5D /* ViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE7C530B2D761DCA00076E5D /* ViewModelType.swift */; };
Expand Down Expand Up @@ -359,10 +361,10 @@
DD9980DC2D834F4E00EBBFBC /* CommentCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommentCollectionViewCell.swift; sourceTree = "<group>"; };
DD9980DD2D834F4E00EBBFBC /* ContentCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentCollectionViewCell.swift; sourceTree = "<group>"; };
DD9980DE2D834F4E00EBBFBC /* PostUserInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostUserInfoView.swift; sourceTree = "<group>"; };
DDCA70962D88796900A988B8 /* AuthorType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorType.swift; sourceTree = "<group>"; };
DDCA708F2D87CE0500A988B8 /* LCKYearViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCKYearViewController.swift; sourceTree = "<group>"; };
DDCA70922D88315C00A988B8 /* LCKYearView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCKYearView.swift; sourceTree = "<group>"; };
DDCA70942D883D3B00A988B8 /* NavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationViewController.swift; sourceTree = "<group>"; };
DDCA70962D88796900A988B8 /* AuthorType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorType.swift; sourceTree = "<group>"; };
DDCCA3922D738CD100658122 /* UserSessionRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSessionRepository.swift; sourceTree = "<group>"; };
DDCCA3942D73928400658122 /* UserSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSession.swift; sourceTree = "<group>"; };
DDCCA3962D73987600658122 /* UserSessionRepositoryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSessionRepositoryImpl.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -397,6 +399,8 @@
DE54B03D2D82CD82009A7C34 /* NotFoundViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotFoundViewController.swift; sourceTree = "<group>"; };
DE54B03F2D832E78009A7C34 /* LoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingViewController.swift; sourceTree = "<group>"; };
DE54B0412D833B0B009A7C34 /* WableSheetViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WableSheetViewController.swift; sourceTree = "<group>"; };
DE59BB992D8A9D3A0040ADCB /* NotificationEmpty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationEmpty.swift; sourceTree = "<group>"; };
DE59BBA82D8A9EFD0040ADCB /* UIViewController+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+.swift"; sourceTree = "<group>"; };
DE67A9EA2D7211070021BDE1 /* Like.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Like.swift; sourceTree = "<group>"; };
DE67A9EE2D7213D90021BDE1 /* Opacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Opacity.swift; sourceTree = "<group>"; };
DE7C530B2D761DCA00076E5D /* ViewModelType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModelType.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -995,6 +999,7 @@
DD005BA82D7FFFE000B1661F /* LikeButton.swift */,
DD005BAA2D80071E00B1661F /* CommentButton.swift */,
DD547AB82D7E439E00B8BA5A /* GhostButton.swift */,
DE8FF1902D8155DD00C41880 /* WableButton.swift */,
);
path = Button;
sourceTree = "<group>";
Expand All @@ -1017,15 +1022,6 @@
path = View;
sourceTree = "<group>";
};
DDCA70982D8879C600A988B8 /* Enum */ = {
isa = PBXGroup;
children = (
DDCD66E92D7DD72800EF4C28 /* LottieType.swift */,
DDCA70962D88796900A988B8 /* AuthorType.swift */,
);
path = Enum;
sourceTree = "<group>";
};
DDCA70912D87CE3900A988B8 /* Onboarding */ = {
isa = PBXGroup;
children = (
Expand All @@ -1035,52 +1031,34 @@
path = Onboarding;
sourceTree = "<group>";
};
DDCD66DB2D7C8A1600EF4C28 /* WableComponent */ = {
isa = PBXGroup;
children = (
DDCD66DD2D7C8A2B00EF4C28 /* Youjin */,
DDCD66DC2D7C8A2500EF4C28 /* Jinung */,
);
path = WableComponent;
sourceTree = "<group>";
};
DDCD66DC2D7C8A2500EF4C28 /* Jinung */ = {
DDCA70982D8879C600A988B8 /* Enum */ = {
isa = PBXGroup;
children = (
DE8FF1902D8155DD00C41880 /* WableButton.swift */,
DE54B03B2D82C43F009A7C34 /* PhotoDetailViewController.swift */,
DE54B03D2D82CD82009A7C34 /* NotFoundViewController.swift */,
DE54B03F2D832E78009A7C34 /* LoadingViewController.swift */,
DE54B0412D833B0B009A7C34 /* WableSheetViewController.swift */,
DE8D12692D859FB000D02993 /* WableBottomSheetController.swift */,
DDCD66E92D7DD72800EF4C28 /* LottieType.swift */,
DDCA70962D88796900A988B8 /* AuthorType.swift */,
);
path = Jinung;
path = Enum;
sourceTree = "<group>";
};
DDCD66DD2D7C8A2B00EF4C28 /* Youjin */ = {
DDCD66DB2D7C8A1600EF4C28 /* WableComponent */ = {
isa = PBXGroup;
children = (
DDCD66FE2D7DF6E800EF4C28 /* TabBar */,
DDCD66FE2D7DF6E800EF4C28 /* Navigation */,
DE59BBAB2D8AA2510040ADCB /* ViewController */,
DDAD41A52D873E3600EF312C /* View */,
DDAD41A32D873E1D00EF312C /* Button */,
DDAD41A42D873E2900EF312C /* Cell */,
DDCD66F22D7DF5A500EF4C28 /* HomeViewController.swift */,
DDCD66F42D7DF5B000EF4C28 /* CommunityViewController.swift */,
DDCD66F82D7DF69D00EF4C28 /* OverviewViewController.swift */,
DDCD66FA2D7DF6C600EF4C28 /* ViewitViewController.swift */,
DDCD66FC2D7DF6D500EF4C28 /* ProfileViewController.swift */,
);
path = Youjin;
path = WableComponent;
sourceTree = "<group>";
};
DDCD66FE2D7DF6E800EF4C28 /* TabBar */ = {
DDCD66FE2D7DF6E800EF4C28 /* Navigation */ = {
isa = PBXGroup;
children = (
DDCA70942D883D3B00A988B8 /* NavigationViewController.swift */,
DDCD66E22D7DB11500EF4C28 /* TabBarController.swift */,
DDCD66E42D7DC0DB00EF4C28 /* NavigationView.swift */,
);
path = TabBar;
path = Navigation;
sourceTree = "<group>";
};
DDED59492D784E9000A0BEF1 /* Local */ = {
Expand Down Expand Up @@ -1174,16 +1152,91 @@
path = Overview;
sourceTree = "<group>";
};
DE59BB952D8A9D130040ADCB /* Home */ = {
isa = PBXGroup;
children = (
DDCD66F22D7DF5A500EF4C28 /* HomeViewController.swift */,
);
path = Home;
sourceTree = "<group>";
};
DE59BB982D8A9D290040ADCB /* Notification */ = {
isa = PBXGroup;
children = (
DE59BB992D8A9D3A0040ADCB /* NotificationEmpty.swift */,
);
path = Notification;
sourceTree = "<group>";
};
DE59BB9C2D8A9D870040ADCB /* Community */ = {
isa = PBXGroup;
children = (
DDCD66F42D7DF5B000EF4C28 /* CommunityViewController.swift */,
);
path = Community;
sourceTree = "<group>";
};
DE59BB9F2D8A9DA30040ADCB /* Overview */ = {
isa = PBXGroup;
children = (
DDCD66F82D7DF69D00EF4C28 /* OverviewViewController.swift */,
);
path = Overview;
sourceTree = "<group>";
};
DE59BBA22D8A9DBC0040ADCB /* Viewit */ = {
isa = PBXGroup;
children = (
DDCD66FA2D7DF6C600EF4C28 /* ViewitViewController.swift */,
);
path = Viewit;
sourceTree = "<group>";
};
DE59BBA52D8A9DD50040ADCB /* Profile */ = {
isa = PBXGroup;
children = (
DDCD66FC2D7DF6D500EF4C28 /* ProfileViewController.swift */,
);
path = Profile;
sourceTree = "<group>";
};
DE59BBAA2D8AA2330040ADCB /* TabBar */ = {
isa = PBXGroup;
children = (
DDCD66E22D7DB11500EF4C28 /* TabBarController.swift */,
);
path = TabBar;
sourceTree = "<group>";
};
DE59BBAB2D8AA2510040ADCB /* ViewController */ = {
isa = PBXGroup;
children = (
DE54B03B2D82C43F009A7C34 /* PhotoDetailViewController.swift */,
DE54B03D2D82CD82009A7C34 /* NotFoundViewController.swift */,
DE54B03F2D832E78009A7C34 /* LoadingViewController.swift */,
DE54B0412D833B0B009A7C34 /* WableSheetViewController.swift */,
DE8D12692D859FB000D02993 /* WableBottomSheetController.swift */,
);
path = ViewController;
sourceTree = "<group>";
};
DE7C53082D761DA500076E5D /* Presentation */ = {
isa = PBXGroup;
children = (
DDCA70982D8879C600A988B8 /* Enum */,
DE7C530A2D761DBF00076E5D /* Interface */,
DE7C53092D761DB900076E5D /* UIHelper */,
DDCD66DB2D7C8A1600EF4C28 /* WableComponent */,
DD765D9B2D8747890029A317 /* Splash */,
DD765D982D8746D30029A317 /* Login */,
DDCA70912D87CE3900A988B8 /* Onboarding */,
DDCD66DB2D7C8A1600EF4C28 /* WableComponent */,
DE7C530A2D761DBF00076E5D /* Interface */,
DE7C53092D761DB900076E5D /* UIHelper */,
DE59BBAA2D8AA2330040ADCB /* TabBar */,
DE59BB952D8A9D130040ADCB /* Home */,
DE59BB982D8A9D290040ADCB /* Notification */,
DE59BB9C2D8A9D870040ADCB /* Community */,
DE59BB9F2D8A9DA30040ADCB /* Overview */,
DE59BBA22D8A9DBC0040ADCB /* Viewit */,
DE59BBA52D8A9DD50040ADCB /* Profile */,
);
path = Presentation;
sourceTree = "<group>";
Expand All @@ -1199,6 +1252,7 @@
DE7C53192D76202B00076E5D /* UITextField+.swift */,
DDCD66EB2D7DE5D900EF4C28 /* ConstraintMaker+.swift */,
DE7C53172D761F3A00076E5D /* ReuseIdentifiable.swift */,
DE59BBA82D8A9EFD0040ADCB /* UIViewController+.swift */,
);
path = UIHelper;
sourceTree = "<group>";
Expand Down Expand Up @@ -1416,6 +1470,7 @@
DD29684D2D6DAD2F00143851 /* FetchContentComments.swift in Sources */,
DD29684E2D6DAD2F00143851 /* FetchUserNotifications.swift in Sources */,
DD29684F2D6DAD2F00143851 /* FetchViewits.swift in Sources */,
DE59BB9A2D8A9D3A0040ADCB /* NotificationEmpty.swift in Sources */,
DDCA70952D883D4100A988B8 /* NavigationViewController.swift in Sources */,
DD2968502D6DAD2F00143851 /* FetchUserComments.swift in Sources */,
DD2968332D6DAD1700143851 /* CommentRepositoryImpl.swift in Sources */,
Expand Down Expand Up @@ -1464,6 +1519,7 @@
DD2967FC2D6DAC4800143851 /* Injected.swift in Sources */,
DD2967FD2D6DAC4800143851 /* CancelBag.swift in Sources */,
DD2967FE2D6DAC4800143851 /* WableLogger.swift in Sources */,
DE59BBA92D8A9EFD0040ADCB /* UIViewController+.swift in Sources */,
DE7C53142D761EE500076E5D /* UIView+.swift in Sources */,
DDCCA3932D738CD500658122 /* UserSessionRepository.swift in Sources */,
DD005BA92D7FFFE400B1661F /* LikeButton.swift in Sources */,
Expand Down
8 changes: 8 additions & 0 deletions Wable-iOS/Presentation/Notification/NotificationEmpty.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// NotificationEmpty.swift
// Wable-iOS
//
// Created by 김진웅 on 3/19/25.
//

import Foundation
6 changes: 6 additions & 0 deletions Wable-iOS/Presentation/UIHelper/UIView+.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import UIKit

extension UIView {

// MARK: - safeArea

var safeArea: UILayoutGuide {
return safeAreaLayoutGuide
}

// MARK: - addSubviews

/// 여러 개의 `UIView`를 한 번에 `addSubview(_:)`하는 메서드.
Expand Down
17 changes: 17 additions & 0 deletions Wable-iOS/Presentation/UIHelper/UIViewController+.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// UIViewController+.swift
// Wable-iOS
//
// Created by 김진웅 on 3/19/25.
//

import UIKit

extension UIViewController {

// MARK: - safeArea

var safeArea: UILayoutGuide {
return view.safeAreaLayoutGuide
}
}