#100daysofswiftui نتائج البحث
🎉 Done with Day 51 of #100DaysOfSwiftUI! Wonder why network calls fail? FYI, endpoint need an API key: `request.setValue("reqres-free-v1", forHTTPHeaderField: "x-api-key")`

☑️ Day 47 of #100DaysOfSwiftUI I, a designer, can totally whip up a little habit tracker app on my own! Learning SwiftUI is highly motivating 🔥
🎉 I just finished Day 83 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/83 via @twostraws
✅ Days 30 & 31 of the #100DaysOfSwiftUI A quick look at my version of WordScramble and some changes I made to the design. They’re not a big deal, but they make it a bit different. For the score, I use the length of the new word plus twice the number of correct answers. :)
🎉 I just finished Day 54 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/54 via @twostraws
☑️ Day 59 of #100DaysOfSwiftUI Added SwiftData to the iExpense app, along with enabling sorting and filtering. Compared to UserDefaults and passing an observable class, using SwiftData feels easier 💨 Anyone can relate?
☑️ Day 50 of #100DaysOfSwiftUI Downloaded Xcode beta 7. I can already notice many subtle differences in the appearance of forms and lists compared to iOS 18.
☑️ Day 45 of #100DaysOfSwiftUI I’ve been practicing my recent SwiftUI learnings with a simple app that, while it might not look like much, has several cool features that took me multiple attempts to get right. Here’s a list of the app features: – Users can add recent drinks,…
Project 14: Bucket List ✅ Hard project... but here is what I have learned - Integrate MapKit for locations - Add Face ID authentication - Secure data with encrypted storage - Use the Wikipedia API - Apply MVVM architecture #SwiftUI #100DaysOfSwiftUI
Me: “Just a simple habit tracker.” Also me: builds a full tracking engine with streaks, custom UI, and logic I’ll probably regret 😩🤦🏾♀️ Day 47 of #100DaysOfSwiftUI — Habit Tracker v2 is done ✅ Too much? Yep. Rookie move? Absolutely! Revisit later? For sure. Next time? Build…
🎉 I just finished Day 18 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/18 преко корисника @twostraws

✅Day 34 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/34 This challenge really lived up to its name. I need some time to revisit animations 🥲
☑️ Day 44 of #100DaysOfSwiftUI I've learned how to store and load the NavigationStack path. However, I realize that most apps simply open a home view when the user relaunches the app after quitting 🤷♂️
Couldn't help myself! that was a fast roundup, but super cool. Learned: - .safeAreaInset modifier - withAnimation modifier (so cool!) might expand on this app with custom add-ons👇 🎉 I just finished Day 31 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/31 via @twostraws
🎉 I just finished Day 17 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/17 преко корисника @twostraws

✅Day 28 of the #100DaysOfSwiftUI Challenge for Project 4 is solved! It was simple, though I had to review some concepts from Project 1 🥲. I didn’t like the new UI at first, but then I realized I could change the Date Picker style — it looks much better that way.

🎉 I just finished Day 39 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/39 via @twostraws
🎉 I just finished Day 13 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/13 via @twostraws #swiftui #ios
🎉 I just finished Day 19 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/19 преко корисника @twostraws
🎉 I just finished Day 85 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/85 via @twostraws
🎉 I just finished Day 83 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/83 via @twostraws
☑️ Day 59 of #100DaysOfSwiftUI Added SwiftData to the iExpense app, along with enabling sorting and filtering. Compared to UserDefaults and passing an observable class, using SwiftData feels easier 💨 Anyone can relate?
🎊 I just finished Day 80 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/80 via @twostraws
🎉 I just finished Day 16 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/16 via @twostraws
🎉 I just finished Day 15 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/15 via @twostraws
🎉 I just finished Day 38 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/38 via @twostraws
Even after overdoing it with exercise and squash practice today — and with my body feeling like it went 12 rounds with Mike Tyson 🥊😅 — I still showed up and pushed through Day 55 of #100DaysOfSwiftUI! Consistency > Comfort 💻🔥 #SwiftUI #iOSDev
How can i stop the correct button from rotating back while showing the next options for the next question? #100DaysOfSwiftUI
Day 86 of the #100DaysOfSwiftUI FlashZilla: Project 17 - Day 1 this iOS app is all about iOS Gestures! learned about: - how to use gestures in SwiftUI: onTap, onLongPress, Magification, Rotation, Drag, Sequenced gestures - Disabling user interactivity with allowsHitTesting()



🎉 Done with Day 51 of #100DaysOfSwiftUI! Wonder why network calls fail? FYI, endpoint need an API key: `request.setValue("reqres-free-v1", forHTTPHeaderField: "x-api-key")`

🎉 I just finished Day 70 of the #100DaysOfSwiftUI via @twostraws Well, sort of Apparently the onLongPressGesture is not working I tried simulating it on my phone and it's not working on there either

🎉 I just finished Day 71 of the #100DaysOfSwiftUI via @twostraws I solved the issue with the long press gesture not working I had to use the simultaneous gesture

☑️ Day 25 of #100DaysOfSwiftUI After a busy few days, I dove into a new challenge: building a Rock-Paper-Scissors game! The biggest puzzle? Creating a function to determine winning moves. 🤔 It took some serious brainpower, but the journey was both fun and challenging.

🎉 I just finished Day 46 of the #100DaysOfSwiftUI via @twostraws I definitely needed these challenges. I ran into an issue adding a "Cancel" button but I think it comes from using Xcode 16 RC instead of from my code So, I decided to use the default back button I'll…

🎉 I just finished Day 52 of the #100DaysOfSwiftUI via @twostraws I remembered that we solved the issue of the first challenge from our WordScramble project My issue from the second challenge was trying to find the right place to put the guard let statement I also had an…



Day 76 of the #100DaysOfSwiftUI Accessibility: Project 15 - Day 3 (technique project focusing on SwiftUI Accessibility) completed all 3 challenges: - Hidden decorative images in CupcakeCorner(P10) CheckoutView - List in iExpense (P7) reads out name & value in one VoiceOverLabel




✅Day 4 of the #100DaysOfSwiftUI I have to say, knowing how to program, my first instinct was to use a loop to find how many unique items were in the array. However, the solution turned out to be much simpler—sometimes, the basics are all you need to solve a problem.

Day 94 of the #100DaysOfSwiftUI LayoutAndGeometry: Project 18 - Day 3 this is a technique project focusing on creating more advanced layout alignments, building special effects using GeometryReader completed all 3 challenges: - Made views at the top fade out to 0 opacity (1/2)

🚀 I just finished Day 101 of #100DaysOfSwiftUI via @twostraws . WaterTracker now integrates with HealthKit.

✅ Day 3 of the #100DaysOfSwiftUI I didn't think I’d be able to study today because I had a really tough night — only 2 hours of electricity, so I barely slept. But here we are! Anyway, so far I've loved what I've seen here. Enums and Sets are really interesting data types.🤓


You can use #RDMP to track your progress for #100DaysOfSwiftUI and other courses. Also works great for Udemy and other course platforms. #buildinginpublic



✅ Day 97 (final part 3) of #100DaysOfSwiftUI : adding a ResortDetailView. - Resort image & description - Facilities in natural language - Info about size, price, elevation & snow depth

Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 108K posts
- 2. Branch 33.4K posts
- 3. Mahomes 33.4K posts
- 4. Red Cross 41K posts
- 5. #TNABoundForGlory 55.9K posts
- 6. Binance DEX 5,093 posts
- 7. #LaGranjaVIP 73K posts
- 8. #LoveCabin 1,218 posts
- 9. Rod Wave 1,366 posts
- 10. Bryce Miller 4,479 posts
- 11. LaPorta 10.9K posts
- 12. Dan Campbell 3,912 posts
- 13. Goff 13.7K posts
- 14. Kelce 16.6K posts
- 15. #OnePride 6,413 posts
- 16. Mariners 49.6K posts
- 17. #DETvsKC 4,996 posts
- 18. Eitan Mor 8,908 posts
- 19. Tom Homan 77.8K posts
- 20. Butker 8,520 posts