Daeng iOS

[iOS/UIKit](RC_Week3) UITableView를 이용한 프론트 구성하기 본문

IOS/UIKit

[iOS/UIKit](RC_Week3) UITableView를 이용한 프론트 구성하기

U_Daeng 2022. 12. 2. 20:47

✔️ 기간 | 22.10.01 ~ 22.10.07

✔️ 설명 | UITableView를 이용하여 애플리케이션 프론트 구성하기

  • CRUD 기능 포함

💻 구현할 화면 및 기능

  • 배달의 민족

(기획서)

🛠 사용한 컴포넌트

View, Table View, Button, NavigationItem, image View, Label,  View Controller, Stepper

📱 시연 영상

https://drive.google.com/file/d/1cQPyhs41HaXCZS3xLYuYik5i3jReCJdw/view?usp=sharing 

 

배민 클론코딩.mov

 

drive.google.com

💡 비고

  • 싱글톤 패턴 -> 메뉴 객체 공유
  • .xib 파일로 테이블 뷰 셀 구성
    • 셀 터치 이벤트 & 화면 전환: 블로그에 정리해놨다!!
  • CRUD 중 추가와 조회만 구현한 것이 좀 아쉬웠다..!!

🔗 깃허브

https://github.com/yujeong-kwon/RisingCamp/tree/main/RC_week3

 

GitHub - yujeong-kwon/RisingCamp: 라이징캠프 iOS 과제

라이징캠프 iOS 과제. Contribute to yujeong-kwon/RisingCamp development by creating an account on GitHub.

github.com