Well, after some time my first app is officially up🚀, there are still things that I wan’t to improve, but feel free to try and spam me with recommendations! #buildinpublic#iOSDev https://t.co/cLNZ1t7BIk
Am I the only one who misses the r/iOSPrgramming subreddit? I used to scroll through it, it had an incredible knowledge base, but it is now private.🥲 did the moderators migrate the content to any other platform? #iOSDev
If you ever want to take a look at the tables CoreData creates for you, you could print the description when you are loading your Stores to get the path of the SQLite file. Then just open it in your favorite database tool. #iOSDev#CoreData#Swift#SwiftUI
I think you guys don’t understand how proud I am of my husband’s first app! Go ahead and give it a try, it is simple, but effective. No more bringing a notebook to the gym ;) #ironhit#workouttracker @_cesarlopezt https://t.co/BT51gOxMx3
#DeepDishSwift was such an amazing gathering! Meeting people from—literally—all over the world with very diverse backgrounds and at different points in their journey.
Thank you again @joshdholtz, Kari, and @SuzGupta for bringing all of us together! 🙏🏻
Did some changes to the Add workout flow to simplify the edit workout. The edit is now working for both exercises and workouts. I still need to fix some bugs I'm having with the navigation, tomorrow I will see if iOS16's SwiftUI navigation helps me with that #iOSDev
If you ever want to take a look at the tables CoreData creates for you, you could print the description when you are loading your Stores to get the path of the SQLite file. Then just open it in your favorite database tool. #iOSDev#CoreData#Swift#SwiftUI
Found the modifier while reading an article by @sarunw. The modifier for List is .listStyle(.sidebar) and here is the article https://t.co/7AjzXVJQRC #iOSDev#SwiftUI
Do any of you know why in SwiftUI you get a collapsible section when you put a Section inside List inside a VStack inside a NavigationView? and why does it only work in that order? I love it and I'm using it but seems odd, is there a modifier for that? #iOSDev#swift#swiftui