Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 1.03 KB

10052.md

File metadata and controls

18 lines (17 loc) · 1.03 KB
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 convenience
  • UILabel receives new showsExpansionTextWhenTruncated option
  • New UIApplicationSupportsPrintCommand in Info.plist for adding print menu item
  • New UIResponder action printContent for preparing views for print
  • New windows subtitle support via UIScene .subtitle
  • UIButton and UISlider can now be opted-out for custom resizing
  • UIBehavioralStyle can be changed via preferredBehavioralStyle for Catalyst
  • Opting out of window tabbing via UIApplicationSupportsTabbedSceneCollection
  • New UIPointerLockState especially for games to control cursor
  • New UIPointerShape via beam(preferredLength:axis:) will give cursor shapes
  • Cursor can be hidden now when necessary by UIPointerStyle.hidden