Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/6/init UI #10

Merged
merged 3 commits into from
Apr 21, 2021
Merged

Feature/6/init UI #10

merged 3 commits into from
Apr 21, 2021

Conversation

dahun-lee-daji
Copy link
Owner

구현 사항

  • 네비게이션 뷰를 연결한다.
  • 컬렉션뷰를 생성한다.
  • 셀을 생성한다.
  • 셀 내부의 UI를 그린다.

사용 기술

DiffableDataSource

@IBOutlet weak var dishTableView: UITableView!

let tableViewDataSource = TableViewDataSource()
var datasource : UITableViewDiffableDataSource<section,DishCard>!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diffable을 사용하셨군요!

@HongzCloud HongzCloud closed this Apr 21, 2021
iOS-SideDish-Project automation moved this from In progress to Done Apr 21, 2021
@HongzCloud HongzCloud reopened this Apr 21, 2021
iOS-SideDish-Project automation moved this from Done to In progress Apr 21, 2021
@HongzCloud
Copy link
Collaborator

고생하셨습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat iOS iOS label
Development

Successfully merging this pull request may close these issues.

[iOS] 메인 화면은 NavigationView로, 3개의 section을 보여준다.
2 participants