Skip to content

Commit

Permalink
[FEAT] TeamNADA#113 명함 상세 서버 통신 불필요한 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwns33 committed Dec 10, 2021
1 parent 99e58ba commit 3203144
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ extension GroupViewController: UICollectionViewDataSource {
print(indexPath.row)
case cardsCollectionView:
guard let nextVC = UIStoryboard.init(name: Const.Storyboard.Name.cardDetail, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.cardDetailViewController) as? CardDetailViewController else { return }
nextVC.cardBackgroundImage = UIImage(named: "card")

navigationController?.pushViewController(nextVC, animated: true)
default:
Expand Down

0 comments on commit 3203144

Please sign in to comment.