We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
알람화면 제작 (홈 -> 알람)
✅ 작업 내용
UICollectionViewDiffableDataSource
The text was updated successfully, but these errors were encountered:
UICollectionViewDiffableDataSource의 장점 세 가지
Add / Update / Delete data을 하면, change animation이 자동으로 적용된다.
기존 애니메이션 구현을 하기 위해서는 데이터 동기화 과정이 필요하다. UICollectionViewDiffableDataSource은 자동으로 동기화 해준다.
전반적으로 코드를 덜 작성하고 애니메이션 및 데이터 동기화의 이점을 누릴 수 있다.
참고 https://www.raywenderlich.com/8241072-ios-tutorial-collection-view-and-diffable-data-source
Sorry, something went wrong.
(Ludus-soyeon#128) Add AlarmView layout
c8b3e36
Merge pull request #134 from junyng/alarm_scene
64c99a9
(#128) Add Alarm Scene
junyng
No branches or pull requests
💡 이슈 내용
✅ 작업 내용
UICollectionViewDiffableDataSource
사용)The text was updated successfully, but these errors were encountered: