NSScrubberFlowLayout

Panther·2021년 8월 10일
0

https://developer.apple.com/documentation/appkit/nsscrubberflowlayout

"A concrete layout object that arranges items end-to-end in a linear strip."

선형 스트립에서 끝과 끝의 아이템을 정렬하는 구체화 레이아웃 객체입니다.

Declaration

class NSScrubberFlowLayout : NSScrubberLayout

Overview

아이템 하나씩 아이템의 크기를 설정하려면 스크러버 딜리게이트가 NSScrubberFlowLayoutDelegate 프로토콜을 따르도록 해야 하고, scrubber(_:layout:sizeForItemAt:) 메소드 구현을 제공해야 합니다.

See Also


Scrubber Layouts

NSScrubberProportionalLayout

스크러버의 시각적 크기에 따라 몇 가지 비율에 맞게 각 아이템의 크기를 조절하는 구체화 레이아웃 객체입니다.

https://developer.apple.com/documentation/appkit/nsscrubberproportionallayout
https://velog.io/@panther222128/NSScrubberProportionalLayout

NSScrubberLayoutAttributes

스크러버 아이템의 레이아웃입니다.

https://developer.apple.com/documentation/appkit/nsscrubberlayoutattributes
https://velog.io/@panther222128/NSScrubberLayoutAttributes

NSScrubberLayout

스크러버 내부에 있는 아이템의 레이아웃을 나타내는 추상 클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberlayout
https://velog.io/@panther222128/NSScrubberLayout


0개의 댓글