Skip to content

Commit

Permalink
Merge pull request #1 from idorm/feat/postVC
Browse files Browse the repository at this point in the history
[Feat] PostVC 구현
  • Loading branch information
eung7 authored Jan 10, 2023
2 parents cc0c509 + c1b60bf commit 3f6f244
Show file tree
Hide file tree
Showing 31 changed files with 383 additions and 5 deletions.
20 changes: 18 additions & 2 deletions idorm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
E51D1C7A295299FD00A7EE49 /* MyPageEnumerations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51D1C79295299FD00A7EE49 /* MyPageEnumerations.swift */; };
E51D1C7C2952E5F000A7EE49 /* ManageMyInfoViewReactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51D1C7B2952E5F000A7EE49 /* ManageMyInfoViewReactor.swift */; };
E51D1C7E29531B8300A7EE49 /* MyRoommateViewReactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51D1C7D29531B8300A7EE49 /* MyRoommateViewReactor.swift */; };
E52233B3296CFCAD00C5DD07 /* PostVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52233B2296CFCAD00C5DD07 /* PostVC.swift */; };
E52233B6296D04A200C5DD07 /* PostCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52233B5296D04A200C5DD07 /* PostCell.swift */; };
E5226D582911F3610065C809 /* Dormitory.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5226D572911F3610065C809 /* Dormitory.swift */; };
E5226D5A2911F36B0065C809 /* Gender.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5226D592911F36B0065C809 /* Gender.swift */; };
E5226D5C2911F3760065C809 /* JoinPeriod.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5226D5B2911F3760065C809 /* JoinPeriod.swift */; };
Expand Down Expand Up @@ -222,6 +224,8 @@
E51D1C79295299FD00A7EE49 /* MyPageEnumerations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageEnumerations.swift; sourceTree = "<group>"; };
E51D1C7B2952E5F000A7EE49 /* ManageMyInfoViewReactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManageMyInfoViewReactor.swift; sourceTree = "<group>"; };
E51D1C7D29531B8300A7EE49 /* MyRoommateViewReactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRoommateViewReactor.swift; sourceTree = "<group>"; };
E52233B2296CFCAD00C5DD07 /* PostVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostVC.swift; sourceTree = "<group>"; };
E52233B5296D04A200C5DD07 /* PostCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostCell.swift; sourceTree = "<group>"; };
E5226D572911F3610065C809 /* Dormitory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dormitory.swift; sourceTree = "<group>"; };
E5226D592911F36B0065C809 /* Gender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Gender.swift; sourceTree = "<group>"; };
E5226D5B2911F3760065C809 /* JoinPeriod.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JoinPeriod.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -461,6 +465,13 @@
path = Popup;
sourceTree = "<group>";
};
E52233B4296CFCB900C5DD07 /* Reactors */ = {
isa = PBXGroup;
children = (
);
path = Reactors;
sourceTree = "<group>";
};
E52791C4291B7CD2009C0ADA /* Storages */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -518,6 +529,7 @@
E56DF4BD2894041D00E85B10 /* Login */,
E5E77EC928D8261E00031010 /* Register */,
E5E77ECC28D8293400031010 /* Auth */,
E56DF4B02893CE4F00E85B10 /* Community */,
E56DF4B6289403A400E85B10 /* Onboarding */,
E56DF4C2289405C000E85B10 /* Home */,
E56DF4C3289405CD00E85B10 /* Matching */,
Expand Down Expand Up @@ -611,8 +623,8 @@
E56DF4B02893CE4F00E85B10 /* Community */ = {
isa = PBXGroup;
children = (
E56DF4B32893CE6700E85B10 /* Cells */,
E56DF4B22893CE6100E85B10 /* ViewControllers */,
E52233B4296CFCB900C5DD07 /* Reactors */,
E56DF4B12893CE5B00E85B10 /* Views */,
);
path = Community;
Expand All @@ -621,6 +633,7 @@
E56DF4B12893CE5B00E85B10 /* Views */ = {
isa = PBXGroup;
children = (
E56DF4B32893CE6700E85B10 /* Cells */,
E5290F0828881C6E0004B8E6 /* CommunityDetailCollectionHeaderView.swift */,
);
path = Views;
Expand All @@ -629,6 +642,7 @@
E56DF4B22893CE6100E85B10 /* ViewControllers */ = {
isa = PBXGroup;
children = (
E52233B2296CFCAD00C5DD07 /* PostVC.swift */,
E5F5EC732884025E0026DE21 /* CommunityViewController.swift */,
E5290F05288818E70004B8E6 /* CommunityDetailViewController.swift */,
E5BF4C5E28840EBF00B4F0B8 /* PostingViewController.swift */,
Expand All @@ -642,6 +656,7 @@
E56DF4B32893CE6700E85B10 /* Cells */ = {
isa = PBXGroup;
children = (
E52233B5296D04A200C5DD07 /* PostCell.swift */,
E5290EFC2887BBA30004B8E6 /* CommunityPopularCollectionVIewCell.swift */,
E5290F0D288867E50004B8E6 /* CommunityDetailTableViewCell.swift */,
E5290F0F288869700004B8E6 /* CommunityDetailHeaderCollectionViewCell.swift */,
Expand Down Expand Up @@ -913,7 +928,6 @@
E5D070882930CE7800D5DF6E /* Trash */ = {
isa = PBXGroup;
children = (
E56DF4B02893CE4F00E85B10 /* Community */,
E56DF4A82893C73600E85B10 /* Calendar */,
);
path = Trash;
Expand Down Expand Up @@ -1261,6 +1275,7 @@
E5F56574291908DE0043FCB4 /* MyRoommateCell.swift in Sources */,
E57B3E4E2933688500B2C0F0 /* NoMatchingInfoPopup.swift in Sources */,
E5D4900B288BFA0200311493 /* MatchingVC.swift in Sources */,
E52233B3296CFCAD00C5DD07 /* PostVC.swift in Sources */,
E5FD982428EAF1AE005A29E2 /* NoMatchingInfoPopup_Initial.swift in Sources */,
E50F850329582D5E008B7052 /* CompleteSignupViewReactor.swift in Sources */,
E5E14984295058FB00A3827C /* MatchingInfoDTO.swift in Sources */,
Expand Down Expand Up @@ -1290,6 +1305,7 @@
E58F96FB2884E85B00CC3C75 /* ImagePickerCollectionViewCell.swift in Sources */,
E513D9FC2955C251002EA592 /* RegisterEnumerations.swift in Sources */,
E5226D5A2911F36B0065C809 /* Gender.swift in Sources */,
E52233B6296D04A200C5DD07 /* PostCell.swift in Sources */,
E5D31BF3289AB83800510315 /* SetCalendarTabmanController.swift in Sources */,
E5226D582911F3610065C809 /* Dormitory.swift in Sources */,
E5AC2DCB2882F24000B82AD8 /* OnboardingTextField.swift in Sources */,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Group 1604.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Group [email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Group [email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "1.png",
"filename" : "Icon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Frame 11338.png",
"filename" : "Icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "3.png",
"filename" : "Icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3f6f244

Please sign in to comment.