contributors | originalURL |
---|---|
Jeehut |
- New:
changesSelectionAsPrimaryAction
for toggle buttons - New: ToolTips are now available via
UIToolTipInteraction
, works on all views UIControl
gets an extra.toolTip
for convenienceUILabel
receives newshowsExpansionTextWhenTruncated
option- New
UIApplicationSupportsPrintCommand
inInfo.plist
for adding print menu item - New
UIResponder
actionprintContent
for preparing views for print - New windows subtitle support via
UIScene
.subtitle
UIButton
andUISlider
can now be opted-out for custom resizingUIBehavioralStyle
can be changed viapreferredBehavioralStyle
for Catalyst- Opting out of window tabbing via
UIApplicationSupportsTabbedSceneCollection
- New
UIPointerLockState
especially for games to control cursor - New
UIPointerShape
viabeam(preferredLength:axis:)
will give cursor shapes - Cursor can be hidden now when necessary by
UIPointerStyle.hidden