SwiftNuggets: 🍗 { var nuggets: [💡] }
banner
swiftnuggets.bsky.social
SwiftNuggets: 🍗 { var nuggets: [💡] }
@swiftnuggets.bsky.social
🧑‍💻👩‍💻👨‍💻Get your daily dose of Swift and SwiftUI.
Snacks 🍟🍕👀 to learn, grow and improve your knowledge.
January 13, 2025 at 8:30 PM
Haha using it in the right situation is the key, I agree 😅
November 29, 2024 at 3:45 PM
And to celebrate 1 week of Swift Nuggets 🍗 here is a promo code for getting Pro Lifetime for free in @appexhibit.bsky.social 🙌🏻

7HMHWLA6A9JM

Get it here: apps.apple.com/app/apple-st...

#indieappsales #buildinpublic #indiedev #swift #swiftui #iOS #dev #iosdev #RCGrowthChallenge
‎App Exhibit: Your App Showcase
‎App Exhibit: Showcase Your Apps Effortlessly Are you an indie developer or tech enthusiast who frequently attends conferences, meetups, or networking events? App Exhibit is the perfect companion for...
apps.apple.com
November 28, 2024 at 9:18 PM
Thank you for this tip, I’ll try it out! 🙌🏻
November 26, 2024 at 7:22 AM
all „illegal“ input gets automatically stripped and only the valid input stays. It’s still confusing that you can even input wrong stuff in the first place in my opinion, but at least you get correct values in the end. (4/4)

#buildinpublic #indiedev #swift #swiftui #iOS #dev #iosdev
November 24, 2024 at 7:27 PM
I realized, that I was not receiving the non numeric characters in the .onRecieve modifier, so I couldn’t strip them out. But that also made me aware, that once the field gets out of focus by for example closing the keyboard, (3/4)

#buildinpublic #indiedev #swift #swiftui #iOS #dev #iosdev
November 24, 2024 at 7:27 PM
A video by the amazing @stewartlynch.bsky.social made me aware of this. I’m talking about this video: www.youtube.com/watch?v=dd07... When I tried to come up with my own version of his modifier, tailored to a TextField with a format, (2/4)

#buildinpublic #indiedev #swift #swiftui #iOS #dev #iosdev
Numeric TextFields in SwiftUI
YouTube video by Stewart Lynch
www.youtube.com
November 24, 2024 at 7:27 PM
When you try to type characters into the TextField with your keyboard in the simulator, you‘ll realize, that this characters are still shown and it seems as if you can type unintended content into the TextField. But it isn’t the case! (1/4)

#buildinpublic #indiedev #swift #swiftui #iOS #dev #iosdev
November 24, 2024 at 7:27 PM