영어공부3 [독해 공부] UIStackView UIStackView A streamlined interface for laying out a collection of views in either a column or a row. - 구글번역 : 열 또는 행에 보기 모음을 배치하기 위한 간소화된 인터페이스입니다. Overview Stack views let you leverage the power of Auto Layout, creating user interfaces that can dynamically adapt to the device’s orientation, screen size, and any changes in the available space. - 스택뷰들은 시킨다 / 너가 영향력을 미치도록 / 오토레이아웃 힘을 / 만든다 유저인터페이.. 2023. 1. 4. [독해 공부] UICollectionViewDelegateFlowLayout UICollectionViewDelegateFlowLayout The methods that let you coordinate with a flow layout object to implement a grid-based layout. - 메소드들 / 시키는 너가 대등하게 하도록 / 너의 플로우 레이아웃 객체를 / 구현한, 그리드를 기반으로 한 레이아웃에서 - 구글번역 : 그리드 기반 레이아웃을 구현하기 위해 흐름 레이아웃 개체와 조정할 수 있는 메서드입니다. Declaration @MainActor protocol UICollectionViewDelegateFlowLayout Overview The methods of this protocol define the size of items and the s.. 2023. 1. 4. [독해 공부] intrinsicContentSize intrinsicContentSize 고유 컨텐츠 크기 The natural size for the receiving view, considering only properties of the view itself. - 기본 크기, 수신 뷰의, 오직 뷰 자체의 속상만을 고려한 Declaration var intrinsicContentSize: CGSize { get } Discussion Custom views typically have content that they display of which the layout system is unaware - 사용자 정의의 뷰는 일반적으로 컨텐츠를 갖습니다. 그 컨텐츠는 표시합니다. 그 레이아웃 시스템이 인식하지 못하는 Setting this property .. 2023. 1. 1. 이전 1 다음