Post

Replies

Boosts

Views

Activity

Comment on XCode 16 beta 3 creating a folder instead of a group for all project initial content
"how most other environments work these days." is a bad logic. see for example what you have here (straight from Xcode 16 template) AppDelegate.swift Assets.cassets Info.plist LaunchScreen.storyboard Main.storyboard SceneDelegate.swift ViewController.swift You have storyboards near info plist and swift file all around. far away for a readable layout.
Aug ’24
Comment on XCode 16 beta 3 creating a folder instead of a group for all project initial content
"how most other environments work these days." is a bad logic. see for example what you have here (straight from Xcode 16 template) AppDelegate.swift Assets.cassets Info.plist LaunchScreen.storyboard Main.storyboard SceneDelegate.swift ViewController.swift You have storyboards near info plist and swift file all around. far away for a readable layout.
Replies
Boosts
Views
Activity
Aug ’24
Comment on SwiftUI on macOS: double tap on list item
works good. my 2 cents if You need doubler tap to open: .gesture(openGesture.exclusively(before: selectGesture))
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Observation and MainActor
Would be nice if Apple will update "Quake" same, too. So we can have: full working sample for iOS 17 "blessed" code
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on ShareLink and DataRepresentation
maybe this guy solved.. https://www.hackingwithswift.com/forums/swiftui/sharelink-problem-with-csv-file/21194
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23