Post

Replies

Boosts

Views

Activity

Reply to How to resize window view dimension
var body: some Scene { WindowGroup { ContentView() .frame(minWidth: 720, maxWidth: 1280, minHeight: 720, maxHeight: 1700) } .defaultSize(CGSize(width: 1280, height: 720)) .windowResizability(.contentSize) Will assign a default size. You can also limit the resize range with .frame(minWidth, maxWidth ...)
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24
Reply to How to resize window view dimension
var body: some Scene { WindowGroup { ContentView() .frame(minWidth: 720, maxWidth: 1280, minHeight: 720, maxHeight: 1700) } .defaultSize(CGSize(width: 1280, height: 720)) .windowResizability(.contentSize) Will assign a default size. You can also limit the resize range with .frame(minWidth, maxWidth ...)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to PencilKit does not draw on PKCanvasView on VisionOS1.1 RC
Now, with VisionOS 1.1 RC2, the problem seems to be resolved.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Changing the color or width of an inking tool on squeeze tool palette causes crash
A check on iPadOS18.2 Beta reveals that the issue is iPadOS related and seems to be fixed in iPadOS18.2.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24