SwiftUI gives us a dedicated modifier that can recommend other apps on the App Store, which is a great way to cross-sell to users – “if you liked this, you’ll also like that”, and so on.

You might also like
Different Types of Vibrations - Swift
public
–
1 min read
We are gifted with a wide array of vibrations, from standard to customs. Let's take a look at the simple,…
SwiftUI Buttons & Toggles
public
–
3 min read
This is an up-to date documentation with examples on how to create buttons in SwiftUI. Target iOS is 15+ The…
Stepper - SwiftUI
public
–
1 min read
SwiftUI’s Stepper control lets users select values from a range we specify. The following example shows a stepper that…