Sadly no Lifetime-Purchase Options :(
Sadly no Lifetime-Purchase Options :(
Nice little App!
If I had to give one thing as a future improvement… I think it would be to be able to switch between the imperial and the metric system. For example fluid-ounces don’t really tell me anything😅🫠
Nice little App!
If I had to give one thing as a future improvement… I think it would be to be able to switch between the imperial and the metric system. For example fluid-ounces don’t really tell me anything😅🫠
After that I will go back to SwiftUI in my semesterbreak :)
After that I will go back to SwiftUI in my semesterbreak :)
And I ask because a lot of videos about it are more than 3 years old… an since then a lot has changed.
And I ask because a lot of videos about it are more than 3 years old… an since then a lot has changed.
I am currently doing your 100 Days of SwiftUI Course… and I was asking myself whether UnitTesting and UI-testing will also be a part of it? If not. Can you recommend any good, current learning resources about it?
I am currently doing your 100 Days of SwiftUI Course… and I was asking myself whether UnitTesting and UI-testing will also be a part of it? If not. Can you recommend any good, current learning resources about it?
But if I would habe to create my own I always struggle how and when to use it🫠
But if I would habe to create my own I always struggle how and when to use it🫠
The more I use it, the more things make sense and become "automated" in my brain.
But sometimes I have to rewatch some theory parts… or other videos on YouTube about certain topics
The more I use it, the more things make sense and become "automated" in my brain.
But sometimes I have to rewatch some theory parts… or other videos on YouTube about certain topics
Sadly I didn’t find anything within SwiftUI to achieve something similar.
Do you have a solution for that?
Sadly I didn’t find anything within SwiftUI to achieve something similar.
Do you have a solution for that?
Sleep well!
Sleep well!
Add this at beginning of your ContentView:
init() {
UINavigationBar.appearance().largeTitleTextAttributes = [.foregroundColor: UIColor.white]
}
So it should look like this:
Hope this helps :)
Add this at beginning of your ContentView:
init() {
UINavigationBar.appearance().largeTitleTextAttributes = [.foregroundColor: UIColor.white]
}
So it should look like this:
Hope this helps :)