@nehayward

86 Followers
200 Following
421 Posts
All things craft.
iOS @ Headspace
GitHubhttps://github.com/nehayward
Clic for Sonoshttps://app.clic.dance
Excited to leverage the action button to bring command bar to iOS
Had a fun idea to bring command bar to iOS with the action button. Has anyone seen this in a mobile app before?

Feedback / Radar FB20699493 Memory continues to grow when opening and closing Mac Catalyst App with NavigationSplitView

Even occurs when hosting UISplitViewController in SwiftUI

let view = NavigationSplitView {
Text("Memory Spike")
} detail: {
Text("Memory spike when opening closing")
}

window.rootViewController = UIHostingController(rootView: view)

Used @stroughtonsmith template

@stroughtonsmith #showcase25

Just made the deadline! I'm excited to release an updated version of Clic for iOS 26 and macOS 26

New Icon and Previews

Take 3!
🤦‍♂️

https://app.clic.dance

Has anyone tried using interactive widgets from live activities?
Hey @stroughtonsmith, I’m curious if you’ve documented any Dock Tile changes for Mac Catalyst. If not, I’d love to share what I’ve figured out or contribute to your incredible collection of Catalyst insights. #catalyst
"Keep on Vibing" - Platform State of the Union
@DeepDishSwift excited to be a sponsor of Deep Dish #deepdish #ios
The first time I’ve enjoyed cutting bread. 🍞
@stroughtonsmith I know you're the wizard at Catalyst. I'm having issues with embedding a menu bar app in Catalyst where both the Catalyst app and the Menubar app rely on SPM libraries. I'm wondering how to configure it so that I don't get Multiple Commands produce… error.