#iosdev resultados de búsqueda
My iPad app has been In Review since last Friday… meanwhile the macOS version was approved in just 1 day. The App Store review timing is always a mystery 😅 #indiedev #iosdev #macdev #appstore #buildinpublic
A quick tour of my desk setup and the tools I use every day as a Senior iOS engineer. If you enjoyed it subscribe on YouTube for more! 📺 youtu.be/UYxaMUB2kNE #DeskSetup #iOSDev #TechSetup
Introducing Remindly 🔔 Your new companion for staying organized, motivated, and stress-free. ✅ Smart reminders for tasks & habits 📊 Motivation from streaks & charts 🔔 Widgets & notifications that help 📱 Clean liquid-glass UI you’ll love #buildinpublic #iosdev #indiedev
apt-repo a modern, customizable APT repository manager built with Laravel. Perfect for creating and managing your own Cydia, Zebra, & Sileo-compatible package sources. ⚠️ Note: This project is currently under development. github.com/AzozzALFiras/a… 💻📦 #Jailbreak #iOSDev #Sileo
Day# 2 of building my first iOS app - Add functionality to add medication. ✅ - Added functionality to update taken medication. ✅ - Initialized Git. ✅ #buildinginpublic #iOSdev
I just published SwiftUI FocusState: A Little Pitfall I Fall Into - Only want to show TextField on Focus? Nope! FocusState will only update to true if the binded TextField is on-screen! Displayed! #swiftui #iosdev medium.com/p/swiftui-focu…
Presenting multiple sheets can easily result in a lot of boilerplate code. By creating a sheet coordinator, you can reuse sheets, reduce code within views, and present sheets from within others. avanderlee.com/swiftui/presen… #swiftlang #iosdev
V 9.18 is out 🔥🚀 Swifty Compiler is your go-to tool for swift coding on the fly! Perfect for testing algorithms, experimenting with new ideas, or brushing up on your Swift skills. It’s like having a mini playground in your pocket! #Swift #iOSDev #SwiftUI #SwiftLang #IDE
iOS developers, have you ever tested camera functionality in Xcode's Simulator? Now you can 🚀 Let me explain how it works: avanderlee.com/xcode/simulato… #swiftlang #iosdev
Day 3 of #100AppsIn100Days 🚀 Whipped up a storage savior: Clean Up iPhone & iCloud - Declutter Your Device AI-powered cleanup for photos, emails, and junk files. I know its a crowded niche but I had to try it. #IndieDev #iOSDev #BuildInPublic apps.apple.com/us/app/clean-u…
If anyone is looking for a ready-made AI image transformation iOS app with a full backend/API that can be rebranded, I’m open to selling the project. #buildinpublic #iOSDev #IndieDev #AIApps #MobileAI #StartupBuilder #DevCommunity
Funny how the best app ideas start as a joke while grabbing drinks with friends… Something’s cooking 👀 #iOSDev #IndieDev
October is over! 🎃 This month’s winner is @alexnsbmr with his awesome app To-Doo Boo! Alexandre, check your DMs 👀 Now it’s November! Indie devs — drop your app links below 👇 I’ll pick one project and redesign its screenshots & icon for free! #indiedev #iosdev #appdesign…
Innovate & connect! iOS dev journey—swipe right for future skills! ️
Sharing a quick demo: when you tap a link on X, the page opens in a smooth background overlay while the post drops into a draggable sheet. I’d love to recreate this interaction in iOS. Know any open-source libs or samples that get close? #iOS #Swift #iOSDev #AppleDev Example…
Deepseek must think I want to make a Flappy Bird for the most hardcore gamer on the planet. #spritekit #gameplaykit #iosdev #buildinpublic
Today’s progress 👇 • Farming karma on Reddit like it’s a full-time job 😅 • Editing more TikTok videos • Planning a new IG account just for Track2Win content One step at a time 💪🔥 #buildinpublic #iosdev #indiedev #track2win #appmarketing
Day# 2 of building my first iOS app - Add functionality to add medication. ✅ - Added functionality to update taken medication. ✅ - Initialized Git. ✅ #buildinginpublic #iOSdev
Most developers think ‘Approachable Concurrency’ is just a nice slogan. It’s not. It’s a real Xcode build setting — backed by an official Swift vision document. Here’s what it actually changes for you 👇 avanderlee.com/concurrency/ap… #swiftlang #iosdev
SmartPay. Splitter. Insights. Three features — one mission: make your financial life feel effortless. Financial 3.0 is getting close. 👀 #FinancialApp💚#iOSDev #FinTech #buildinpublic
Big update from @RevenueCat Don’t miss the party! #iOSDev #IndieDev #RevenueCat
Discover what’s new in RevenueCat, and help us shape what comes next 🔮 Tune in to our November Launch Party on November 19 for a look at the latest feature rollouts and updates, including: 🐱 Charts 🐱 Experiments 🐱 Paywalls 🐱 Web 🐱 Catforms 🐱 Developer experience 🐱…
Subscriptions reports for Tuesday Nov. 18 are available now. appfigures.com/store-status/a… #iosdev #macdev #tvosdev
After selecting your account type in App Store Connect, traders must provide additional info. Be prepared with your business documents! #iOSDev #AppPublishing webtoapp.design/blog/configure…
Article: What I Learned While Building My Veggie Garden azamsharp.com/2025/11/19/les… #swiftui #swiftdata #iosdev
Daily reports for Tuesday Nov. 18 are available now. appfigures.com/store-status/a… #iosdev #macdev #tvosdev
3 days after launch. New auth screen dropping in appboost.dev soon. Wild to look back and realize how much time I wasted building this stuff from scratch on my first app. #indiehackers #buildinpublic #iosdev #reactnative
Presenting multiple sheets can easily result in a lot of boilerplate code. By creating a sheet coordinator, you can reuse sheets, reduce code within views, and present sheets from within others. avanderlee.com/swiftui/presen… #swiftlang #iosdev
Still hunting for iOS dev tools? One repo lists the essentials every iOS developer should know—utilities, scripts & resources in one place. github.com/LeoMobileDevel…
My iPad app has been In Review since last Friday… meanwhile the macOS version was approved in just 1 day. The App Store review timing is always a mystery 😅 #indiedev #iosdev #macdev #appstore #buildinpublic
🤖 I use Copilot/AI tools — not for logic, but to speed boilerplate, test cases & ideas. AI accelerates setup; experience drives decisions. It’s not replacing devs, just the boring parts. 🚀 - #iHardikTrivedi . #iOSDev #AI #Copilot #Swift #Geminiai #ChatGPT #Apple
🔁 Retry logic = smart resilience. Retry only on timeouts, network loss & 5xx — never 4xx. Use exponential backoff, limit attempts, cancel if user leaves. Idempotency matters. Clear UI beats silent failures. - #iHardikTrivedi . #iOSDev #Swift #Networking #ios #apicall
Can you recommend anyone for this job? Software Developer - iOS - bit.ly/47NiGw7 #TechnologyCareers #DevelopmentCareers
iOS developers, have you ever tested camera functionality in Xcode's Simulator? Now you can 🚀 Let me explain how it works: avanderlee.com/xcode/simulato… #swiftlang #iosdev
⏳🔥 #iPhoneAir 👌 #buildinginpublic #iosdev #developers #Apps #3D #3DModel #design #Designers #animation #3Danimation
apt-repo a modern, customizable APT repository manager built with Laravel. Perfect for creating and managing your own Cydia, Zebra, & Sileo-compatible package sources. ⚠️ Note: This project is currently under development. github.com/AzozzALFiras/a… 💻📦 #Jailbreak #iOSDev #Sileo
Introducing Remindly 🔔 Your new companion for staying organized, motivated, and stress-free. ✅ Smart reminders for tasks & habits 📊 Motivation from streaks & charts 🔔 Widgets & notifications that help 📱 Clean liquid-glass UI you’ll love #buildinpublic #iosdev #indiedev
⏳🤩 #buildinginpublic #iosdev #developers #Apps #3D #3DModel #design #Designers #animation #3Danimation #iPhone17Pro #iPhone17ProMax #iPhone17 #iPhone17Series
My iPad app has been In Review since last Friday… meanwhile the macOS version was approved in just 1 day. The App Store review timing is always a mystery 😅 #indiedev #iosdev #macdev #appstore #buildinpublic
Bugün Google’dan iOS Mühendisi @yigitalpciray ile harika bir kariyer sohbeti yaptık! 🚀 GDG Hatay etkinliğinde iOS dünyası ve teknoloji kariyerine dair ilham verici bir sohbet gerçekleşti. Daha fazla etkinlik için takipte kalın! #GDG #iOSDev #TechTalk
October is over! 🎃 This month’s winner is @alexnsbmr with his awesome app To-Doo Boo! Alexandre, check your DMs 👀 Now it’s November! Indie devs — drop your app links below 👇 I’ll pick one project and redesign its screenshots & icon for free! #indiedev #iosdev #appdesign…
Day 2 of #100AppsIn100Days 🚀 Built a tiny life-saver: Eject Water – Fix My Speakers It fires a precise low-freq sweep to push water out of your iPhone speakers. I stress-tested it by soaking my phone repeatedly. Worth it. #IndieDev #iOSDev #BuildInPublic
Day 3 of #100AppsIn100Days 🚀 Whipped up a storage savior: Clean Up iPhone & iCloud - Declutter Your Device AI-powered cleanup for photos, emails, and junk files. I know its a crowded niche but I had to try it. #IndieDev #iOSDev #BuildInPublic apps.apple.com/us/app/clean-u…
The import from Instagram Reels is looking good so far 🙌 @mealbox_app. I can't wait to use my own app for meal prepping 🥹 #buildinpublic #iosdev
If anyone is looking for a ready-made AI image transformation iOS app with a full backend/API that can be rebranded, I’m open to selling the project. #buildinpublic #iOSDev #IndieDev #AIApps #MobileAI #StartupBuilder #DevCommunity
Concurrency magic in Swift ⚡️ Running tasks in parallel with async let means both network calls start together 🚀 — cutting your wait time in half ⏱️ #SwiftLang #iOSDev
In Swift, you're able to pass KeyPaths as functions. Learn what that means and why it's incredibly useful in this post: donnywals.com/using-keypaths… #SwiftLang #iOSDev
Today I got my first annual subscriber for Votice — what a milestone! 🚀 It’s just one user, but it means everything. One more step forward in this indie journey. #buildinpublic #iOSDev #indieDev
Something went wrong.
Something went wrong.
United States Trends
- 1. $NVDA 74.2K posts
- 2. Jensen 23.5K posts
- 3. GeForce Season 5,626 posts
- 4. Peggy 37.7K posts
- 5. NASA 54.8K posts
- 6. #ใครในกระจกEP5 9,417 posts
- 7. Sumrall 2,342 posts
- 8. Martha 20.3K posts
- 9. Stargate 6,860 posts
- 10. #WickedWaysToMakeABuck N/A
- 11. Saba 11.2K posts
- 12. #WWESuperCardNewSeason 1,104 posts
- 13. Poverty 53.2K posts
- 14. Kwame 6,762 posts
- 15. Comey 56.9K posts
- 16. Arabic Numerals 3,543 posts
- 17. #2Kgiveaway 1,101 posts
- 18. Jason Crow 3,221 posts
- 19. EPS of $1.30 N/A
- 20. Halligan 29.5K posts