Create a fully custom About window for a Mac app in SwiftUI https://t.co/kLc5tA1sKn
Nil Coalescing
Create a fully custom About window for a Mac app in SwiftUI
Design a custom About window for your SwiftUI macOS app with a personalized layout, detailed app information, and a styled background that fits your app’s look and feel.
Late Night Silent Completions: Jiiiii — Part 520 https://t.co/VT1BVfW4FK
YouTube
Late Night Silent Completions: Jiiiii — Part 520
Join Dimitri for some late night coding shenanigans while he makes an app from scratch!
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Using singletons in Swift 6 https://t.co/omvrfAmBYn
Donny Wals
Using singletons in Swift 6 – Donny Wals
Singletons generally speaking get a bad rep. People don’t like them, they cause issues, and generally speaking it’s just not great practice to rely on globally accessible mutable state in your apps.
Swift Apprentice: Fundamentals [SUBSCRIBER] https://t.co/REpPnDBAbf
kodeco.com
Swift Apprentice: Fundamentals
This is a book for complete beginners to Apple’s modern programming language — Swift.
All the code in the book works inside of Xcode’s easy-to-use playgrounds. That means you can focus on core Swift language concepts, such as classes, protocols, and generics…
All the code in the book works inside of Xcode’s easy-to-use playgrounds. That means you can focus on core Swift language concepts, such as classes, protocols, and generics…
Keep .org File Outline Items Sorted Alphabetically https://t.co/IZ8ZyQDhgN
Christian Tietze
Keep .org File Outline Items Sorted Alphabetically
Use org-sort and before-save-hook to keep a file sorted at all times.
Late Night Silent Completions: Jiiiii — Part 521 https://t.co/zNm22jj9VN
YouTube
Late Night Silent Completions: Jiiiii — Part 521
Join Dimitri for some late night coding shenanigans while he makes an app from scratch!
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Kodeco Podcast: All the Conferences – Podcast V2, S3 E3 [FREE] https://t.co/hzksRVuumB
kodeco.com
Kodeco Podcast: All the Conferences – Podcast V2, S3 E3
Thinking about getting out on the conference circuit, either as an attendee or a speaker? You should! Listen now for tips and tricks from iOS stars Mikaela Caron and Matt Heaney, then follow up with them in person at Deep Dish Swift or WWDC.
Eternal Storms : DeskMat v1.1 for Mac Supports Dynamic/Live Wallpapers and Focus Modes https://t.co/UFg8LqEt33
Eternal Storms Software Blog
DeskMat v1.1 for Mac Supports Dynamic/Live Wallpapers and Focus Modes
This blog has moved. You can find the blog post here. – Matthias mail | website | twitter | instagram | twitch | facebook
Using the share sheet to share content in a SwiftUI app https://t.co/aP3HBvNVEZ
Create with Swift
Using the share sheet to share content in a SwiftUI app
Enable sharing content from your app using the system share sheet within a SwiftUI app
❤1
SwiftUI Inline Toasts - Xcode 16 https://t.co/C6IRJPCklP
YouTube
SwiftUI Inline Toasts - Xcode 16
Hello Guys 🖐🖐🖐
In this video, I’ll demonstrate how we can create a custom inline toast using SwiftUI | SwiftUI Toasts | SwiftUI Inline Toasts | SwiftUI Custom Alerts | SwiftUI Inline Alerts | Swift | SwiftUI Xcode 16 | SwiftUI for iOS 18 | Xcode 16 SwiftUI.…
In this video, I’ll demonstrate how we can create a custom inline toast using SwiftUI | SwiftUI Toasts | SwiftUI Inline Toasts | SwiftUI Custom Alerts | SwiftUI Inline Alerts | Swift | SwiftUI Xcode 16 | SwiftUI for iOS 18 | Xcode 16 SwiftUI.…
How to make NSImage Sendable in Swift https://t.co/9kMxGHzQIn
Onmyway133
How to make NSImage Sendable in Swift | Swift Discovery
Issue #989
In Swift 6, Apple introduced stricter rules to help make your code safer when using concurrency (like async, await, Task, and actor). These rules check that types used in concurrent code are safe to share across threads.
Types that are safe to…
In Swift 6, Apple introduced stricter rules to help make your code safer when using concurrency (like async, await, Task, and actor). These rules check that types used in concurrent code are safe to share across threads.
Types that are safe to…
How to tap again on tab bar item to scroll top in iOS https://t.co/rEdVUNGDdN
Onmyway133
How to tap again on tab bar item to scroll top in iOS | Swift Discovery
Issue #990
In many popular apps like LinkedIn, Reddit, we can tap again on a bar bar item to scroll to top. Although this behavior is not built in by iOS, we can implement that very easily.
The idea is to keep track of previous selection so we can compare…
In many popular apps like LinkedIn, Reddit, we can tap again on a bar bar item to scroll to top. Although this behavior is not built in by iOS, we can implement that very easily.
The idea is to keep track of previous selection so we can compare…