In this code-along we will continue to extend our app we created in “ScrollViews Part 1”. We will create the parallax effect similar to the presentation at the WWDC24 (Create custom visual effects with SwiftUI)) and will also add our own spin to it.… Read more...
ScrollViews Part 1
Our March code-alongs we will dedicate to different options to create a ScrollView which showcase the images of several animals and their names. To organise the app, we will use TabView
to have all the different views in a tab-based navigation.… Read more...
Slider Control
In this code-along we will create your second app, a slider app, that:
- includes a title.
- displays a resizable circle.
- adds a slider to control the circle’s size.