# iOS Development
총 4개의 포스트

UICollectionViewCompositionalLayout in iOS 13+
UICollectionViewCompositionalLayout > - compositional layout은 collectionView layout의 한 유형이다. > > 구성 가능(composable)하고 유연(flexible)하며 빠르도록(fast) 설계되었기 때
2021년 10월 2일
·
0개의 댓글·
0
UICollectionView Basics
콘텐츠를 화면에 표시하기 위해 collectionView는 다양한 object와 협력한다.app에 의해 제공되는 사용자 지정 object와 (ex: app은 collectionView에 표시할 item의 개수를 알려주는 data source를 반드시 제공해야 한다.)
2021년 10월 2일
·
0개의 댓글·
0[WWDC20] Modern Cell Configuration: Basics of Configuration
Bagics of Configuration iOS 13에서 tableView의 Cell을 구성했던 방법 iOS 13에서는 cell에 내장되어 있는 imageView와 textLabel 속성을 사용해 image와 text를 구성했다. > 새로운 configuratio
2021년 9월 25일
·
0개의 댓글·
0Protocol Oriented Programming, POP
Apple은 2015년 9월, WWDC에서 Swift 2.0을 발표하면서 Swift는 프로토콜 지향 언어(Protocol-Oriented Language)라고 발표했다.
2021년 9월 23일
·
0개의 댓글·
0