#100daysofswiftui 搜尋結果
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 100 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/100 via @twostraws
🎉 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 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?
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
☑️ 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 🎨
🎉 I just finished Day 83 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/83 via @twostraws
🎉 I just finished Day 42 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/42 via @twostraws
🎉 I just finished Day 60 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/60 via @twostraws UI is not the best but the scope were Codable, URLSession, List and NavigationLInk
Project 18: Layout & Geometry 📐 Learned how SwiftUI lays out views: Parent → Child → Parent layout flow GeometryReader for size + position Coordinate Spaces (Global, Local, Custom) Modifiers wrap views...order matters! #SwiftUI #100DaysOfSwiftUI #buildinpublic
☑️ Day 64 of #100DaysOfSwiftUI Learned new SwiftUI tricks: – Loading photos from the user's photo library – How to let the user share content with ShareLink – How to ask users to leave an App Store review Impressed by how few lines of code these require 🤌
🎉 I just finished Day 86 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/86 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 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.
🎉 I just finished Day 89 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/89 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 91 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/91 via @twostraws
🎉 I just finished Day 65 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/65 via @twostraws Nice project to work on
🎉 I just finished Day 64 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/64 via @twostraws Got my hands on a few useful thinks like ShareLink and requestReview
🎉 I just finished Day 100 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/100 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
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 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.
☑️ 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 100 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/100 via @twostraws
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
🎉 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 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.
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 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.
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 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Sedition 169K posts
- 2. Cheney 85.7K posts
- 3. Lamelo 6,017 posts
- 4. Texans 20.1K posts
- 5. Seditious 92.4K posts
- 6. Seager 1,193 posts
- 7. First Take 46.7K posts
- 8. Constitution 113K posts
- 9. Coast Guard 23.2K posts
- 10. Jeanie 2,015 posts
- 11. Commander in Chief 52.4K posts
- 12. UNLAWFUL 77.2K posts
- 13. UCMJ 9,771 posts
- 14. Last Ronin 1,352 posts
- 15. Trump and Vance 36.6K posts
- 16. Mark Walter 1,489 posts
- 17. Cam Newton 4,531 posts
- 18. Shayy 14.3K posts
- 19. TMNT 4,068 posts
- 20. Dizzy 7,246 posts