#100daysofswiftui результаты поиска
Day 100 of #100DaysOfSwiftUI Final Exam. Here it is folks, the final day. And while this may be the final day of this challenge, it’s only a beginning. Learning never stops. I’m not gonna lie, it was challenging and certainly not an easy one. To everyone else, don’t give up!
🎉 I just finished Day 62 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/62 via @twostraws Lesson completed, but my confirmation dialog appears as not expected (should appear from the bottom of the screen taking the whole screen width) or is this a new behavior of iOS 26.1?
🎉 I just finished Day 98 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/98 via @twostraws The final project of this learning journey is complete, providing another set of valuable information and tips to help you become a better iOS developer.
While .tabItem() has been deprecated and the #100DaysOfSwiftUI tutorial is still based on TabView for iOS 18, I found how to build a programmatically controlled TabView in Apple's Developer Documentation. The up-to-date approach is definitely shorter in lines of code.
🎉 I just finished Day 95 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/95 via @twostraws We're in the endgame now.
🎉 I just finished Day 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws
In the last 2 days, I finished Days 13 - 20 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/20 via @twostraws I'm proud to say that I was able to build the first two projects without a hitch. It's wonderful to be building again. Apps of my own coming soon. 🙏
The past week I've been working on my custom redesign for the Moonshot project. ...Houston? (@twostraws).. We have liftoff 🚀 Full facelift: UI mockup in Figma, modified JSON for addtl. data, and more.. About 9.5 hrs. more in comments 👇 #100DaysOfSwiftUI #HackingWithSwift
🎉 I just finished Day 97 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/97 via @twostraws Following today’s lesson, I’d always use NavigationSplitView to ensure my iPhone app is compatible with iPads with minimal refactoring. Would you agree?
🎉 I just finished Day 42 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/42 via @twostraws
🎉 I just finished Day 6, 7, 8, 9, 10, 11, & 12 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/12 via @twostraws Still on the basics, but the checkpoint tests have been a great way to learn how the language works one bite at a time.
🎉 I just finished Day 83 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/83 via @twostraws
Simple line of code, but does the amazing job. Converts temperature from Celsius to Fahrenheit. if you have other ways of writing it, can you please write it in comment? #hackingwithswift #100daysofSwiftUI
🎉 I just finished Day 63 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/63 via @twostraws How complex is Core Image
☑️ Day 63 of #100DaysOfSwiftUI Using Core Image is really hard to grasp, but it's so much fun to see what it's capable of. It's like @Photoshop, but inside @Xcode 🎨
Getting in depth and better each day 💪🏻 🎉 I just finished Day 39 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/39 via @twostraws
-Ternary operators are really useful if compared to if, else if, and else statements. -These are shorter in code as well. -Would love to learn it more. #100daysofswiftui #hackingwithswift #showingup
🎉 I just finished Day 90 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/90 via @twostraws
Getting in depth and better each day 💪🏻 🎉 I just finished Day 39 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/39 via @twostraws
While .tabItem() has been deprecated and the #100DaysOfSwiftUI tutorial is still based on TabView for iOS 18, I found how to build a programmatically controlled TabView in Apple's Developer Documentation. The up-to-date approach is definitely shorter in lines of code.
🎉 I just finished Day 99 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/99 via @twostraws I needed to sort a struct against another struct to manage sorting by favorites but arrived at a dirty solution by creating a temporary array. This works perfectly for now 🤪
🎉 I just finished Day 2 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/2 via @twostraws
In the last 2 days, I finished Days 13 - 20 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/20 via @twostraws I'm proud to say that I was able to build the first two projects without a hitch. It's wonderful to be building again. Apps of my own coming soon. 🙏
🎉 I just finished Day 37 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/37 via @twostraws Good stuff —> Identifiable, Codable, Observable Everyday the thought comes - why am I doing this? AI can code. But, it’s fun and important to learn the fundamentals.
🎉 I just finished Day 43 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/43 via @twostraws
🎉 I just finished Day 17 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/17 via @twostraws
🎉 I just finished Day 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws
🎉 I just finished Day 51 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/51 via @twostraws
🎉 I just finished Day 63 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/63 via @twostraws How complex is Core Image
🎉 I just finished Day 62 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/62 via @twostraws Lesson completed, but my confirmation dialog appears as not expected (should appear from the bottom of the screen taking the whole screen width) or is this a new behavior of iOS 26.1?
finalizei o dia 2 do desafio #100DaysofSwiftUI Hoje escrevi eu primeiro código, um conversor de graus Cº para Fahrenheit
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()
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)
☑️ 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 62 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/62 via @twostraws Lesson completed, but my confirmation dialog appears as not expected (should appear from the bottom of the screen taking the whole screen width) or is this a new behavior of iOS 26.1?
☑️ Day 40 of #100DaysOfSwiftUI The Apollo Missions app is beginning to take shape. All text content in this app is decoded from two JSON files, which turned out to be so convenient but somewhat cumbersome to write.
🎉 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 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 111 [ #100DaysOfSwiftUI ] I'm pausing Stanford's CS193p course for now because I want to dive into the topic of Apple Watch development. This was an Apple tutorial to understand how to set up a companion app for an existing iOS app. P.S. I'll add the tutorial below.
🎉 I just finished Day 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws
✅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.
was struggling a bit deleting items from these 2 lists, even though they are based on the same Array. (to display them they are filtered first) But GPT4 is a great mentor. I just copy-paste the full code and ask it questions.. #100daysofswiftUI
🎉 I just finished Day 83 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/83 via @twostraws
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Thursday 21.1K posts
- 2. Nnamdi Kanu 46.2K posts
- 3. Knicks 13.8K posts
- 4. But Jesus 21.4K posts
- 5. #GirlPower N/A
- 6. Shamet 3,034 posts
- 7. FEMA 72.5K posts
- 8. Sam Harris 3,516 posts
- 9. FREE HAT 1,719 posts
- 10. NO CAP 14.9K posts
- 11. #Survivor49 4,001 posts
- 12. Lute 87.1K posts
- 13. Derik Queen 4,792 posts
- 14. LANDRY 2,925 posts
- 15. Fulani 76.8K posts
- 16. Pink Floyd 2,757 posts
- 17. #LAShortnSweet 4,029 posts
- 18. Nany 2,046 posts
- 19. #CMAawards 5,644 posts
- 20. Crockett 54.6K posts