#100daysofswiftui 검색 결과

Day 49 - 50 of #100DaysOfSwiftUI via @twostraws - Used the onChanged modifier to trigger functions on state update - Discovers ContentUnavailableView and Slider - When through coreImage and all its other derived types - Learned how to apply filter to images - Learned about…

ledoux_sj's tweet image. Day 49 - 50 of #100DaysOfSwiftUI via
@twostraws

- Used the onChanged modifier to trigger functions on state update
- Discovers ContentUnavailableView and Slider
- When through coreImage and all its other derived types
- Learned how to apply filter to images
- Learned about…

🎉 I just finished Day 85 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/85 via @twostraws That sorting challenge sure was tricky 🥲


✅ 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 71 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/71 via @twostraws Back on Track after these 2 weeks off. there are 2 small challenges in BucketList: - actual open bug with tapGesture and Map (FB19394663) - deprecated + and different font styles.


🎉 I just finished Day 35 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/35 via @twostraws just Raw app suggest animation and theme please !


Day 26 of posting: Finished Project 9_Navigation Learned: NavigationLink & NavigationDestination NavigationStack & NavigationPath Toolbar & nav bar customization Side project: Building PillPal 💊 pill reminder app for my grandma ❤️ #buildinpublic #100DaysOfSwiftUI


✅Day 27 of the #100DaysOfSwiftUI BetterRest is done (for now)— I guess the next class will have a challenge 🤠 I loved putting ML into practice with SwiftUI, it was something simple, but I really enjoyed it. Hopefully, I won’t fall asleep while watching the optional video 🤓

jennyanez_'s tweet image. ✅Day 27 of the #100DaysOfSwiftUI 

BetterRest is done (for now)— I guess the next class will have a challenge 🤠 I loved putting ML into practice with SwiftUI, it was something simple, but I really enjoyed it. Hopefully, I won’t fall asleep while watching the optional video 🤓

☑️ Day 47 of #100DaysOfSwiftUI I, a designer, can totally whip up a little habit tracker app on my own! Learning SwiftUI is highly motivating 🔥


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…


☑️ 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,…


🎉 Day 52 of #100DaysOfSwiftUI completed. Great learning challenge.


☑️ 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.


🎉 I just finished Day 49 of the #100DaysOfSwiftUI


Day 2 ✅ Learned Booleans and string interpolation. Basically my code can now spill the tea and serve it in style. #100DaysOfSwiftUI

yadnexh_twt's tweet image. Day 2 ✅ Learned Booleans and string interpolation. Basically my code can now spill the tea and serve it in style. #100DaysOfSwiftUI

🎉 I just finished Day 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws After a full week of rest, I reviewed 68 and 69 and tried to make the onTapGesture work on the Map. However, it seemed broken. I finally managed to make it work with this snippet.

a_lamparelli's tweet image. 🎉 I just finished Day 69 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/69 via @twostraws 

After a full week of rest, I reviewed 68 and 69 and tried to make the onTapGesture work on the Map. However, it seemed broken. I finally managed to make it work with this snippet.

Project 15 + Consolidation VI ✅ Learned how to make apps accessible for everyone ♿️ (VoiceOver, Dynamic Type, Reduce Motion) Also, built a Photo Name Keeper app 📸 using PhotosPicker, FileManager + JSON, Codable & Comparable. #SwiftUI #100DaysOfSwiftUI #buildinpublic


day 12 of #100DaysOfSwiftUI yea ill need a recap of today - we enabled todo items to become visible on main page, added toggle checkmark circle button nd sliding delete button. I get lost every time firebase is mentioned T-T. will learn how to make these buttons responsive later


🎉 I just finished Day 72 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/72 via @twostraws Split logic and view is the way to go. Nice into to MVVM, I generally use till now a mix of both by creating services called by views, not necessarily specific VM.. what about you?


🎉 I just finished Day 85 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/85 via @twostraws That sorting challenge sure was tricky 🥲


🎉 I just finished Day 18 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/18 via @twostraws My first app in SwiftUI.


Day 49 - 50 of #100DaysOfSwiftUI via @twostraws - Used the onChanged modifier to trigger functions on state update - Discovers ContentUnavailableView and Slider - When through coreImage and all its other derived types - Learned how to apply filter to images - Learned about…

ledoux_sj's tweet image. Day 49 - 50 of #100DaysOfSwiftUI via
@twostraws

- Used the onChanged modifier to trigger functions on state update
- Discovers ContentUnavailableView and Slider
- When through coreImage and all its other derived types
- Learned how to apply filter to images
- Learned about…

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()

KhumarGirdhar's tweet image. 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()
KhumarGirdhar's tweet image. 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()
KhumarGirdhar's tweet image. 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 49 - 50 of #100DaysOfSwiftUI via @twostraws - Used the onChanged modifier to trigger functions on state update - Discovers ContentUnavailableView and Slider - When through coreImage and all its other derived types - Learned how to apply filter to images - Learned about…

ledoux_sj's tweet image. Day 49 - 50 of #100DaysOfSwiftUI via
@twostraws

- Used the onChanged modifier to trigger functions on state update
- Discovers ContentUnavailableView and Slider
- When through coreImage and all its other derived types
- Learned how to apply filter to images
- Learned about…

☑️ 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.

hermanhaidin's tweet image. ☑️ 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 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

thedamienblack's tweet image. 🎉 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 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…

thedamienblack's tweet image. 🎉 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 71 of the #100DaysOfSwiftUI via @twostraws I solved the issue with the long press gesture not working I had to use the simultaneous gesture

thedamienblack's tweet image. 🎉 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

🎉 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…

thedamienblack's tweet image. 🎉 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…
thedamienblack's tweet image. 🎉 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…
thedamienblack's tweet image. 🎉 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…

今天的 100days 暂停一天, 第一次尝试使用SwiftUI进行一个登录界面的ui复原,效果还不错😎 不得不说SwiftUI写UI真的很优雅👍 #100DaysOfSwiftUI

chino030705's tweet image. 今天的 100days 暂停一天,
第一次尝试使用SwiftUI进行一个登录界面的ui复原,效果还不错😎
不得不说SwiftUI写UI真的很优雅👍
#100DaysOfSwiftUI

✅ Day 98 (final part 4) of #100DaysOfSwiftUI : letting the user mark favorites.

bucklajean's tweet image. ✅ Day 98 (final part 4) of #100DaysOfSwiftUI : letting the user mark favorites.

⏳ Day 98 (part 3) of #100DaysOfSwiftUI : binding an alert to an optional string.

bucklajean's tweet image. ⏳ Day 98 (part 3) of #100DaysOfSwiftUI : binding an alert to an optional string.

✅ Day 13 of the #100DaysOfSwiftUI My code for the checkpoint 8

jennyanez_'s tweet image. ✅ Day 13 of the #100DaysOfSwiftUI
 
My code for the checkpoint 8

⏳ Day 98 (part 1) of #100DaysOfSwiftUI : adding searching for data in a List of SnowSeeker app.

bucklajean's tweet image. ⏳ Day 98 (part 1) of #100DaysOfSwiftUI : adding searching for data in a List of SnowSeeker app.

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

KhumarGirdhar's tweet image. 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
KhumarGirdhar's tweet image. 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
KhumarGirdhar's tweet image. 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
KhumarGirdhar's tweet image. 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.

jennyanez_'s tweet image. ✅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)

KhumarGirdhar's tweet image. 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 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.🤓

jennyanez_'s tweet image. ✅ 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.🤓
jennyanez_'s tweet image. ✅ 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.🤓

🎉 I just finished Day 92 of the #100DaysOfSwiftUI via @twostraws

thedamienblack's tweet image. 🎉 I just finished Day 92 of the #100DaysOfSwiftUI  via @twostraws

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

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

☑️ 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.

hermanhaidin's tweet image. ☑️ 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.

Loading...

Something went wrong.


Something went wrong.


United States Trends