✦ Co-founder of Sip
✦ Crafting beautiful tools for developers & designers
Is there a way to allow this, similar to protected in Java, so members stay accessible to the class and its extensions in other files?
Is there a way to allow this, similar to protected in Java, so members stay accessible to the class and its extensions in other files?
So I started this as a little side project.
Of course, you can (and should) keep using Apple’s SF Symbols, it’s fantastic.
But there are some symbols I never touch, and others I wish existed… so I’m making my own 🙂
So I started this as a little side project.
Of course, you can (and should) keep using Apple’s SF Symbols, it’s fantastic.
But there are some symbols I never touch, and others I wish existed… so I’m making my own 🙂
Think of it as a lite version of SF Symbols, but with a twist.
What features would you love to see in a minimalist, focused SF Symbols companion?
Maybe… faster search? Tags? Symbol previews? Something secret? 👀
I can’t say too much yet.
Think of it as a lite version of SF Symbols, but with a twist.
What features would you love to see in a minimalist, focused SF Symbols companion?
Maybe… faster search? Tags? Symbol previews? Something secret? 👀
I can’t say too much yet.
let score = Int.random(in: 0..<100)
let grade = switch score {
case 90...: "A"
case 80..<90: "B"
default: "C"
}
print("Your grade: \(grade) (\(score))")
Clean, expressive, and beautifully Swift 💫
let score = Int.random(in: 0..<100)
let grade = switch score {
case 90...: "A"
case 80..<90: "B"
default: "C"
}
print("Your grade: \(grade) (\(score))")
Clean, expressive, and beautifully Swift 💫
Still, I miss a few things that would make it more useful in daily work:
Still, I miss a few things that would make it more useful in daily work:
Using GlassEffectContainer and glassEffect, I created animated “bubbles” that float and overlap while sharing the same glass surface.
The result? A smooth, living glass playground powered entirely by SwiftUI.
#swiftui #macos #tahoe
iosdevweekly.com/issues/728/#...
#swiftlang #iosdev
iosdevweekly.com/issues/728/#...
#swiftlang #iosdev
☛ 🎨 App icon generator
☛ 🔍 Search & filter support
☛ 🖥 Access to default macOS system icons
Perfect for developers & designers who need to explore and export .icns files with ease.
🌐 github.com/ruiaurelian...
#icns #swift #swiftui #macos
☛ 🎨 App icon generator
☛ 🔍 Search & filter support
☛ 🖥 Access to default macOS system icons
Perfect for developers & designers who need to explore and export .icns files with ease.
🌐 github.com/ruiaurelian...
#icns #swift #swiftui #macos
I’m only considering fully remote positions. If you know of an opening, I’d love to hear from you. A share would mean a lot 🙏
I’m only considering fully remote positions. If you know of an opening, I’d love to hear from you. A share would mean a lot 🙏
Built with SwiftUI + AppKit, it lets you preview icons and export them as .icns
github.com/ruiaurelian...
#macOS #SwiftUI #AppKit #OpenSource #IndieDev
Built with SwiftUI + AppKit, it lets you preview icons and export them as .icns
github.com/ruiaurelian...
#macOS #SwiftUI #AppKit #OpenSource #IndieDev
Did you know you can change the keyboard shortcuts of almost any Mac app?
Every app that has a menu (like Safari, Finder, or Xcode) lets you run actions from there, and those actions often have shortcuts.
Did you know you can change the keyboard shortcuts of almost any Mac app?
Every app that has a menu (like Safari, Finder, or Xcode) lets you run actions from there, and those actions often have shortcuts.
1) Open your Xcode project in Lynfo so it knows where to apply formatting.
1) Open your Xcode project in Lynfo so it knows where to apply formatting.