22.10.10
오늘 한 일.
- 알고리즘 4문제(프로그래머스 2단계)
오늘 배운 것.
- NSCountedSet이라는 친구를 알게 되었다. 기본적으로 Set인데 count를 알 수가 있다. 앞으로 유용하게 사용할 것 같다.
- 오늘도 정규표현식의 소중함을 깨달았다. 예전에는 정규표현식 없이 풀다가 결국 다른 사람 풀이를 봤던 문제를 풀 수 있었다.
https://school.programmers.co.kr/learn/courses/30/lessons/17683
프로그래머스
코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.
programmers.co.kr
- diffableDataSource와 UICollectionViewCompositionalLayout에 대해서 공부했다. 이 친구들은 나중에 따로 정리를 해야겠다.
Apple Developer Documentation
developer.apple.com
Apple Developer Documentation
developer.apple.com
All what you need to know about UICollectionViewCompositionalLayout
This year Apple gives us UICollectionViewCompositionalLayout and this class continues the era of declarative programming. In this tutorial, I’ll show you everything you need to know about it!
medium.com
https://www.raywenderlich.com/8241072-ios-tutorial-collection-view-and-diffable-data-source
iOS Tutorial: Collection View and Diffable Data Source
In this iOS tutorial, you’ll learn how to implement a collection view with UICollectionViewDiffableDataSource and NSDiffableDataSourceSnapshot.
www.raywenderlich.com