SSUMC-6th / iOS_A

SSUMC 6기 iOS 스터디 A조
0 stars 0 forks source link

[Baki/week8] Navigation(2) #62

Closed heemings closed 5 months ago

heemings commented 5 months ago

📍Summary

navigation 기능을 기용해 배민 장바구니 화면을 구현했습니다

💡PR Point

NavigationLink(destination: OrderView(selectedSize: selectedSize, isGoldCrust: isGoldCrust)) selectView에서 selectedSize와 isGoldCrust 값이 정해지면 그 값을 OrderView로 넘기는 코드가 제일 중요한 부분인 것 같습니다!

🤔 Question

🔑 Simulator

배민