#swiftui نتائج البحث
Today we are publishing the 400th post on Step Into Vision 🎉 Read the Deep Dive into Animation on visionOS by Cristian Díaz #visionOS #SwiftUI #RealityKit #SpatialComputing stepinto.vision/articles/deep-…
It's so much fun to play around with animations and transitions in SwiftUI ✨😄 Working on creating achievements tracker and badge animations next. #swiftui
Does anyone know if there is any way to get concentric shapes to work with #SwiftUI navigation transitions? I want a sheet to open with a zoom effect, but adding the navigation transition breaks the concentric sheet content.
                                            
                                            Created a Manga Reading app concept with Glass effects and animations using the #swiftui Framework ✨ I'd love to get your feedback, Let me know :D #ios #iosdeveloper #dev
Created a Rotating Infographic View with Glass effects and animations using the #swiftui Framework ✨ I'd love to get your feedback, Let me know :D #ios #iosdeveloper #dev
🚀 iOS Dev - Starting from 0 If I had to start over, here’s what I would do 👇 #iOSDev #Swift #SwiftUI #LearnToCode #iOSDevelopment
Need to build an irregular grid in SwiftUI? 🙅♂️Forget complicated layout math! 👉Use Grid, GridRow, GridCellColumns, and the powerful .aspectRatio modifier. Layout magic! ✨ #SwiftUI #iOSDev #Grid
Much better results from the @Apple's Foundation Models. Things are looking up! #SwiftUI #buildinpublic #buildinginpublic #Development #developer
                                            Finished it! It’s been a while since I used SwiftUI for drawing. ✨ Here's the protagonist Knight from the game Hollow Knight. What do you think, has it come out well? 😄 #SwiftUI
Built my first ever iOS APP using SwiftUI. Its a simple weather app, where you can search for the city and get the current temperature. Still a lot of things to learn. Will keep updating here. Ciao. #iOS #SwiftUI #AppDevelopment #iosdevelopers
                                            
                                            
                                            
                                            Does anyone know if there is any way to get concentric shapes to work with #SwiftUI navigation transitions? I want a sheet to open with a zoom effect, but adding the navigation transition breaks the concentric sheet content.
                                            
                                            Expo UI and Expo Router 6 together are great and it's really powerful but I wonder if the time it takes to build different user experiances for each platform just to share the domain logic is worth it when you can vibe code a native UI really quickly? #expoui #SwiftUI
惊险但幸运,两次!| 肘子的 Swift 周报 #109 🔄 让 onChange 同时监听多个值 📱 SwiftUI 中的滚动吸附 🗺️ Swift 类型检查器改进路线图 💡 Swift 中禁用单个弃用警告的技巧 🧩 AnyLanguageModel and more... fatbobman.com/zh/weekly/issu… #swift #swiftUI #iOS
I’ve been working on an IOS app for 3 days now that helps you achieve your goals in a unique way, one I haven’t seen done before. I’ve had this idea for a while, and it’s finally time to make it real. I named it : Pivow 🐿️ #buildinpublic #iOSDev #SwiftUI #IndieDev #Productivity…
Gabriel Theodoropoulos’ Blog: Zooming With The Magnify Gesture in SwiftUI serialcoder.dev/text-tutorials… #swift #swiftui
Today we are publishing the 400th post on Step Into Vision 🎉 Read the Deep Dive into Animation on visionOS by Cristian Díaz #visionOS #SwiftUI #RealityKit #SpatialComputing stepinto.vision/articles/deep-…
Pro tip: 💁 ❌ Understanding plain charts can take time ✅ Make charts easier by mapping related values 24 different values → 5 semantic groups = way more readable charts each time you look at them! Learn more: 👇 telemetrydeck.com/blog/mapping?s… #DataDriven #iOSDev #SwiftUI #DevTip
                                            Fatbobman’s Swift Weekly #0109 is out! Dangerous but Fortunate — Twice! 🔄 onChange in same Time 📱 ScrollView snapping 🗺️ Roadmap for improving the type checker 🧩 AnyLanguageModel and more... weekly.fatbobman.com/p/fatbobmans-s… #swift #swiftUI #iOS
📱 En Sngular buscamos desarrollador/a #iOS para unirse a nuestro chapter de apps 🍏 Si te apasiona #Swift, #SwiftUI y formar parte de un equipo donde compartimos conocimiento, buenas prácticas y ganas de aprender cada día, ¡nos encantará conocerte! linkedin.com/jobs/view/4337…
linkedin.com
Sngular hiring Senior iOS Developer in Spain | LinkedIn
Posted 11:03:15 AM. ¿POR QUÉ ELEGIR SNGULAR?La gente viene a SNGULAR atraída por proyectos que usan tecnologías…See this and similar jobs on LinkedIn.
#Development I have begun developing my private Swift Clean Architecture. 🚀 This fully modular approach is based on Clean Architecture but is adapted for the #SwiftUI environment. It includes support for Coordinates and ecosystem functionalities. 🛠️ #architecture #development
En savoir plus sur notre société : 🌐 datalog.ch MacFinance est une application de comptabilité double-entrée conçue pour l’écosystème Apple 🍎 Simple, moderne et conforme aux exigences locales 🇫🇷 #MacFinance #Startup #SwiftUI #Comptabilité
Spent some morning time to update the app. removed .glassEffect() to expedite test rollout and changed view layout a little bit. Added some meter configs. Still adjusting ev values and calibrating stuffs. made icon too. #SwiftUI
                                            Much better results from the @Apple's Foundation Models. Things are looking up! #SwiftUI #buildinpublic #buildinginpublic #Development #developer
                                            Didn’t we all use LEGO before Apple introduced #swiftui? Work hard, play hard! The best thing of going indie is spending more time with family ❤️
                                            Whoever left a review for Spenzy on the App Store, you definitely made my day! Thank you so much! Haven’t tried Spenzy yet? Check it out here 👇 apps.apple.com/id/app/spenzy/… #buildinginpublic #SwiftUI #iOSDev
                                            ❓How do I customize a MultiDatePicker in SwiftUI? 💡You can use the .tint() modifier to change colors, with .background() for custom backgrounds. 👉Free #SwiftUI picture book at bigmtn.studio
                                            Does anyone know if there is any way to get concentric shapes to work with #SwiftUI navigation transitions? I want a sheet to open with a zoom effect, but adding the navigation transition breaks the concentric sheet content.
                                            
                                            StoreKit Helper 为 SwiftUI 设计的轻量级 StoreKit2 封装器,使应用内购买的实现更加简单。 100 Star,快来给个 Star 鼓励鼓励吧😁 #SwiftUI #StoreKit 👉 github.com/jaywcjlove/Sto…
                                            watchOS 运动 app,可以后台运行,但一旦你控制不好,用户🔋电量下降很快。 以下可能是唯一解: 不要用 SwiftUI 数据驱动的刷新,自己用 TimelineSchedule 控制刷新频率。 当 app 在熄屏、切后台等,就别刷或者更低频率刷。 #tooboo #swiftui
                                            
                                            ❓How can I manage navigation paths with enums in SwiftUI? 💡Create an enum for screens, then use NavigationStack with a path array of those enum values. You can append to navPath for deep linking. 👉Free #SwiftUI picture book at bigmtn.studio
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cheney 31.2K posts
 - 2. Election Day 83.2K posts
 - 3. Logan Wilson 3,035 posts
 - 4. Good Tuesday 27.1K posts
 - 5. GO VOTE 72.5K posts
 - 6. #tuesdayvibe 1,498 posts
 - 7. Rolex 15.9K posts
 - 8. #Talus_Labs N/A
 - 9. Halliburton 1,695 posts
 - 10. Jerry 48.2K posts
 - 11. #Election2025 2,221 posts
 - 12. George W. Bush 8,459 posts
 - 13. Hogg 7,703 posts
 - 14. Tommy Robinson 26.1K posts
 - 15. Jonathan Bailey 47.7K posts
 - 16. iPads N/A
 - 17. Comey 96.7K posts
 - 18. #AllsFair N/A
 - 19. #WeTVAlwaysMore2026 1.5M posts
 - 20. Sexiest Man Alive 47.2K posts