Skip to content

Commit

Permalink
chore/#213 확인용 프린트문 추가 (나중에 삭제 바람)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 18, 2024
1 parent 0e51070 commit 336eda3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions KkuMulKum/Source/Home/ViewController/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ extension HomeViewController: UICollectionViewDelegateFlowLayout {
didSelectItemAt indexPath: IndexPath
) {
// TODO: promiseID를 모임 상세로 전달
print(
"promiseID: ",
viewModel.upcomingPromiseList.value?.data?.promises[indexPath.item].promiseID ?? 0
)
// let viewController = PromiseInfoViewController(
// viewModel: PromiseInfoViewModel(
// promiseID: viewModel.upcomingPromiseList.value?.data?.promises[indexPath.item].promiseID ?? 0,
Expand Down Expand Up @@ -375,6 +379,10 @@ private extension HomeViewController {

@objc
func todayButtonDidTap(_ sender: UIButton) {
print(
"promiseID: ",
viewModel.nearestPromise.value?.data?.promiseID ?? 0
)
// TODO: promiseID를 모임 상세로 전달
// let viewController = PromiseInfoViewController(
// viewModel: PromiseInfoViewModel(
Expand Down

0 comments on commit 336eda3

Please sign in to comment.