NSScrubberFlowLayout
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
Author And Source
이 문제에 관하여(NSScrubberFlowLayout), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@panther222128/NSScrubberFlowLayout저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)