본문 바로가기
✔️ T.I.L

T.I.L #2

by akwlak 2022. 10. 10.

22.10.10

 

오늘 한 일.

  • 알고리즘 4문제(프로그래머스 2단계)

 

오늘 배운 것.

  • NSCountedSet이라는 친구를 알게 되었다. 기본적으로 Set인데 count를 알 수가 있다. 앞으로 유용하게 사용할 것 같다.

 

  • 오늘도 정규표현식의 소중함을 깨달았다. 예전에는 정규표현식 없이 풀다가 결국 다른 사람 풀이를 봤던 문제를 풀 수 있었다.

https://school.programmers.co.kr/learn/courses/30/lessons/17683

 

프로그래머스

코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.

programmers.co.kr

 

  • diffableDataSource와 UICollectionViewCompositionalLayout에 대해서 공부했다. 이 친구들은 나중에 따로 정리를 해야겠다.

https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views

 

Apple Developer Documentation

 

developer.apple.com

https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/updating_collection_views_using_diffable_data_sources

 

Apple Developer Documentation

 

developer.apple.com

https://medium.com/@dn070287gav/all-what-you-need-to-know-about-uicollectionviewcompositionallayout-f3b2f590bdbe

 

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

 

'✔️ T.I.L' 카테고리의 다른 글

T.I.L #6  (0) 2022.10.23
T.I.L #5  (0) 2022.10.21
T.I.L #4  (1) 2022.10.15
T.I.L #3  (0) 2022.10.11
T.I.L #1  (0) 2022.10.09