Initializes and returns a newly allocated proportional layout, configured to display the given number of items.
SDK
- macOS 10.12.1+
Framework
- App
Kit
Declaration
init(numberOfVisibleItems: Int)
Parameters
numberOfVisibleItems
The number of items that should be visible in the scrubber at once.
Return Value
A properly initialized proportional layout object.