#macosdev نتائج البحث
Not sure were this is going, but I'm glad it was "easy" to get this running on macOS 😀 #BuildInPublic #macosdev

Apple needs a complete revamp of their core AppKit technology. SwiftUI just adds to the pile. There are numerous small issues that shouldn't exist in these foundational tools. For example, in NSTextView, lingering lines remain after removing text from selection. #macOSDev

I know I have other things to do. But I really enjoy working on the macOS version of Games. I just spend time working on the filter bar (copied on FontBook). #macosdev #BuildInPublic

Building a SwiftUI macOS GUI cheat sheet, seems like there's a lot less controls than AppKit. #swiftUI #macOSDev

I’m really glad to see some consistency in SwiftUI depending on the platform. Discovered that arrowEdge on a popover doesn't behave the same on iPadOS and macOS. 1st: .bottom (macOS) 2nd: .bottom (iPadOS) (and breaks layout) 3rd: .top (macOS) 4th .top (iPadOS) #iOSDev #macosdev




This new app is fully developed in SwiftUI, and I must admit it helps doing multi-platform dev. Here is an example of the Unix time converter tool for macOS. I'm no designer, doing my best 😅. #iOSDev #macOSDev #IndieDev

Just a sneak peek into what I've been working on during weekends and nights over the past few months. Check your developer directory with: 'du -hs ~/Library/Developer'. You can likely free up at least a third of its space :) #buildinpublic #macosdev

Thanks for the ingredients, a magic pottage has been cooked: it's a cross-platform marquee text component for SwiftUI, fully compatible with iOS and macOS. No private APIs used! #SwiftUI #iOSDev #macOSDev
Here’s a native API that powers auto-scrolling **Marquee Labels** — the same effect used in Apple Music’s Now Playing screen. Sadly, it’s a private API, but I’ve attached sample code snippets for both UIKit and SwiftUI👇
One of the thing I try to keep in mind when I add and create a tool in my new app, it's that I want each one of them to be available as a Shortcut Action, and via a command line interface. #BuildInPublic #iOSDev #macOSdev


Spent the day decoding cert with swift-certificates. I had to fork it, to access some « hidden » stuff. So far it works on the certs I have been able to test. I guess it will be the next tool available. #BuildInPublic #iOSDev #macOSdev


Sign Up To Grow Your List and Start Your Email Marketing Business Today! Click > myleadgensecret.com/?rid=39342 <Here Now @urlswebworld Click link above for a great venture UK #MacOSdev #Uptober #octobertime #ParisFashionWeek #Dior #JiminxDior #USA #EmailMarketing
I'm « happy » with my theme selection settings on macOS. I wish I could easily vertically center the « Theme : » title, but LabeledContent doesn't help me. Anyway, that will do for now. #macOSDev #BuildInPublic #iOSDev

I found a way to see your latest app sales even before Apple updates the daily metrics. You can go to App Store Connect > Units. And, choose "Last 24 hours" in the dropdown. #buildinpublic #iosdev #macosdev

I just published Little SwiftUI Tip: Copy Tables. To Notes, To Numbers! - Copy Text Strings are simple and Tables are just 0.01 step further! Either Mac or iOS! #swiftui #iosdev #macosdev medium.com/p/little-swift…
I just published Little SwiftUI Tip: Copy Tables. To Notes, To Numbers! - Copy Text Strings are simple and Tables are just 0.01 step further! Either Mac or iOS! #swiftui #iosdev #macosdev medium.com/p/little-swift…
🚀 Petite question pour les fans d’écosystème Apple : Existe-t-il un moyen d’envoyer(partager) une info depuis mon iPhone (ex : un lien ou une actu) et la voir apparaître direct sur mon Mac — genre en notification ou widget sur le bureau ? #ios26 #macosdev #Apple
Sign Up To Grow Your List and Start Your Email Marketing Business Today! Click > myleadgensecret.com/?rid=39342 <Here Now @urlswebworld Click link above for a great venture UK #MacOSdev #Uptober #octobertime #ParisFashionWeek #Dior #JiminxDior #USA #EmailMarketing
I wrote about the journey, the tech behind it, and why details matter here: 🔗 medium.com/@makalin/recla… Sometimes the smallest fixes make the biggest difference. ✨ #SwiftUI #macOSDev #opensource

Thanks for the ingredients, a magic pottage has been cooked: it's a cross-platform marquee text component for SwiftUI, fully compatible with iOS and macOS. No private APIs used! #SwiftUI #iOSDev #macOSDev
Here’s a native API that powers auto-scrolling **Marquee Labels** — the same effect used in Apple Music’s Now Playing screen. Sadly, it’s a private API, but I’ve attached sample code snippets for both UIKit and SwiftUI👇
While there are plenty of fancy tools for debugging, this one will stick around until the end of programming. #iosdev #macosdev #swiftlang

TIL Although Apple recommends in the guidelines to upload a square icon, it doesn't apply to rounded corners in macOS Sequoia. Fortunately, this is fixed in Tahoe. #iOSDev #macOSDev




Improved my skills for TextField! I switched from an onChange delegate to a custom Formatter. This fixes a bug where unwanted characters would briefly appear on macOS, ensuring a smoother user experience. #SwiftUI #macOSDev #buildinpublic
🔍 Reviewing what to delete is nerve-wracking. Not here! 🚫 In Review Mode, select individually or in bulk, see previews, then Commit removals safely. No surprises. 🎉 #macOSDev #UX #PhotoManager

If you ever said "I'll build it later"... You need a system. Not motivation. Try SoloPro — the task planner that works for you. → apps.apple.com/de/app/solopro… #indiehacker #macOSdev
This new app is fully developed in SwiftUI, and I must admit it helps doing multi-platform dev. Here is an example of the Unix time converter tool for macOS. I'm no designer, doing my best 😅. #iOSDev #macOSDev #IndieDev

NexTran v0.1.0 Beta is almost there! Who's interested to translate their App Store & Google Play listings: name, descriptions, and keywords in no time? Super quick and easy translations powered by AI. Retweet if you're in🤘#buildinpublic #iosdev #macosdev #androiddev #flutterdev

Building a SwiftUI macOS GUI cheat sheet, seems like there's a lot less controls than AppKit. #swiftUI #macOSDev

Just a sneak peek into what I've been working on during weekends and nights over the past few months. Check your developer directory with: 'du -hs ~/Library/Developer'. You can likely free up at least a third of its space :) #buildinpublic #macosdev

Graaagh those fuckin’ Cupertino Imps … just waist 30 min for a damn idiot NSPopover Size #GonnaKillThemAll #macOSDev #swiftLang
$10.5k MRR finally reached! #buildinpublic Also, I'm almost ready to launch the public beta of NexTran - Which allows fellow #iosdev #macosdev #androiddev #flutterdev to expand into new markets by translating your store listing to all available locales. Super fast and easy!

When using the .iconOnly LabelStyle on a Label in a list, the icon is not correctly tinted. 1) is iconOnly. 2) same with .tint, 3) same with .foregroundStyle (but we loose selection tint), 4) normal. So this is FB14345480. #macosdev #IndieDev

App notarized successfully. Let's ship this tool that I've been working on since last year. #macosdev #productivity

Why performance matters. Tasks executed per frame in ARKit and SceneKit. #SwiftLang #iosdev #macosdev #ARKit #SceneKit

I found a way to see your latest app sales even before Apple updates the daily metrics. You can go to App Store Connect > Units. And, choose "Last 24 hours" in the dropdown. #buildinpublic #iosdev #macosdev

Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 19K posts
- 2. Knicks 29.3K posts
- 3. Maxey 4,738 posts
- 4. Maxey 4,738 posts
- 5. Embiid 10.7K posts
- 6. Sixers 13.2K posts
- 7. Clippers 5,875 posts
- 8. #Survivor49 2,290 posts
- 9. Cavs 15.1K posts
- 10. #SistasOnBET 2,102 posts
- 11. Donovan Mitchell 2,659 posts
- 12. Brunson 6,556 posts
- 13. Pistons 5,570 posts
- 14. #NewYorkForever 2,992 posts
- 15. Celtics 22.6K posts
- 16. Hornets 9,481 posts
- 17. Jarrett Allen 1,107 posts
- 18. Wemby 8,608 posts
- 19. Lonzo 3,472 posts
- 20. Cooper Flagg 7,766 posts