Skip to content

Commit

Permalink
➕[ADD] : #139 JoinVC 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
comeheredart committed Sep 13, 2021
1 parent 89990e3 commit de3e999
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
7084948226A23AB7001B3C2B /* CollectionViewFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7084948126A23AB7001B3C2B /* CollectionViewFooter.swift */; };
7084948526A2441C001B3C2B /* EmptyCVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7084948326A2441C001B3C2B /* EmptyCVC.swift */; };
7084948626A2441C001B3C2B /* EmptyCVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7084948426A2441C001B3C2B /* EmptyCVC.xib */; };
70A37C3126EF5FE3006CCEA9 /* JoinVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70A37C3026EF5FE3006CCEA9 /* JoinVC.swift */; };
70B9E1E5269DC3A6006DACB2 /* LikeDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B9E1E4269DC3A6006DACB2 /* LikeDataModel.swift */; };
70B9E1E7269DC479006DACB2 /* LikeService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B9E1E6269DC479006DACB2 /* LikeService.swift */; };
70D63DED2693938E0036484B /* UIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D63DEC2693938D0036484B /* UIImage+.swift */; };
Expand Down Expand Up @@ -321,6 +322,7 @@
7084948126A23AB7001B3C2B /* CollectionViewFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewFooter.swift; sourceTree = "<group>"; };
7084948326A2441C001B3C2B /* EmptyCVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyCVC.swift; sourceTree = "<group>"; };
7084948426A2441C001B3C2B /* EmptyCVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = EmptyCVC.xib; sourceTree = "<group>"; };
70A37C3026EF5FE3006CCEA9 /* JoinVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JoinVC.swift; sourceTree = "<group>"; };
70B9E1E4269DC3A6006DACB2 /* LikeDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LikeDataModel.swift; sourceTree = "<group>"; };
70B9E1E6269DC479006DACB2 /* LikeService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LikeService.swift; sourceTree = "<group>"; };
70D63DEC2693938D0036484B /* UIImage+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -895,6 +897,7 @@
isa = PBXGroup;
children = (
703DD831269F3B19004416A9 /* LoginVC.swift */,
70A37C3026EF5FE3006CCEA9 /* JoinVC.swift */,
);
path = SignScene;
sourceTree = "<group>";
Expand Down Expand Up @@ -1346,6 +1349,7 @@
3C117E21269F6FCB005F4646 /* PostDetailDataModel.swift in Sources */,
3610A8A52693730700EFC794 /* PostParkingTVC.swift in Sources */,
F42DA8042694AF82003DA0DC /* PostImagesTVC.swift in Sources */,
70A37C3126EF5FE3006CCEA9 /* JoinVC.swift in Sources */,
F4CC1B90269C5EFA009A0C01 /* CreatePostPhotosCVC.swift in Sources */,
F4FB2ECB269FD7AE000C339B /* UIButton+.swift in Sources */,
F4FB2EC8269F8F6C000C339B /* CreatePostParkingWarningTVC.swift in Sources */,
Expand Down
29 changes: 29 additions & 0 deletions ChaRo-iOS/ChaRo-iOS/Source/Views/VCs/SignScene/JoinVC.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// JoinVC.swift
// ChaRo-iOS
//
// Created by JEN Lee on 2021/09/13.
//

import UIKit

class JoinVC: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}
3 changes: 2 additions & 1 deletion ChaRo-iOS/ChaRo-iOS/Source/Views/VCs/SignScene/LoginVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import UIKit

class LoginVC: UIViewController {

//여기서 얘네 전체를 컬렉션 뷰로 할지 회원가입만 컬렉션 뷰로 할지 생각했는데 당연히 회원가입만 이겟ㅆ구나!!
//VC 만들어서 안에 컬렉션뷰 넣으면 되겠다 근데 차 움직이는 그거 page 컨트롤인가 뭔가로 해야하는지 박익범한테 물어봐야하나??
//MARK: IBOutlet
@IBOutlet weak var loginButton: UIButton!
@IBOutlet weak var joinButton: UIButton!
Expand Down Expand Up @@ -191,6 +193,5 @@ extension LoginVC {




}
}
2 changes: 1 addition & 1 deletion ChaRo-iOS/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 2b21e385e07c07e30b4189fc8e307487dfce1903

COCOAPODS: 1.9.1
COCOAPODS: 1.10.2

0 comments on commit de3e999

Please sign in to comment.