Sam Rowlands (@sam_ohanaware) 's Twitter Profile
Sam Rowlands

@sam_ohanaware

API Wrangler, Partner, Architect, Chief virtual duct tape applicator at Ohanaware, developing for the  Mac since '94. Doggo Dad. Drinks Tea. Wearer of Tshirts.

ID: 25030340

linkhttps://ohanaware.com/ calendar_today18-03-2009 04:52:23

13,13K Tweet

1,1K Followers

463 Following

Natalia Panferova (@natpanferova) 's Twitter Profile Photo

Starting with Swift 6.2 and iOS 26, we can use enumerated() in SwiftUI List and ForEach views without wrapping it in an array. I wrote a post with some examples and notes on when we should avoid using the offset as an index or id: nilcoalescing.com/blog/UsingEnum…

Sam Rowlands (@sam_ohanaware) 's Twitter Profile Photo

What am I doing wrong? Tahoe icons. 1. Created Icon in Icon Composer. 2. Added .icon file to Xcode project (not assets section). 3. Renamed it to AppIcon.icon. But it won't show either when running or when archiving.

Sam Rowlands (@sam_ohanaware) 's Twitter Profile Photo

macOS Sequoia issue: Mail no longer displays an unread count in the dock, any ideas how to get this useful information back?

Nil Coalescing (@nilcoalescing) 's Twitter Profile Photo

Build a stretchy image header in SwiftUI using the visualEffect() modifier, scaling the image on pull-down without tracking scroll offset or modifying its frame: nilcoalescing.com/blog/StretchyH…

sam henri gold (@samhenrigold) 's Twitter Profile Photo

Figured out how to apply any arbitrary SF Symbol to a folder in Tahoe. xattr -w 'com_apple_icon_folder#S' '{"sym":"camera.viewfinder"}' some/folder/here Replace underscores with dots. It also works with private symbol names

Figured out how to apply any arbitrary SF Symbol to a folder in Tahoe. 

xattr -w 'com_apple_icon_folder#S' '{"sym":"camera.viewfinder"}' some/folder/here

Replace underscores with dots. It also works with private symbol names
Paradigma Software (@paradigmasoft) 's Twitter Profile Photo

#Omegabundle for Xojo 2025 includes the best 3rd party components, add-on tools and more for developing professional applications with #Xojo multi-os #development platform: macOS , Windows , Linux , #RaspberryPi . Save almost 90%! bit.ly/4kAL9Zl

#Omegabundle for Xojo 2025 includes the best 3rd party components, add-on tools and more for developing professional applications with #Xojo multi-os #development platform: macOS , Windows , Linux , #RaspberryPi . Save almost 90%!  bit.ly/4kAL9Zl
Sam Rowlands (@sam_ohanaware) 's Twitter Profile Photo

Huh... Went to do some work and found that the Wi-Fi stopped working in Sequoia. Had to reboot to get it to come back. #macOS

Sam Rowlands (@sam_ohanaware) 's Twitter Profile Photo

Sliders in Liquid Glass, do not have enough contrast between the thumb and the background, the thumb vanishes leaving just a plain grey line. I hope Apple bring back some contrast in the next beta.

Sam Rowlands (@sam_ohanaware) 's Twitter Profile Photo

Another thing I don't like about Tahoe is the version number it returns. It should return 16 for lower SDKs and 26 when using the 26 SDK, just like what Apple did with macOS 11 (returned 10.16 if not using the 11 SDK).