Scroll Down Feature

How can I add a scroll down feature in my app just like the App Store, to scroll down and show multiple results

Hi Kushal, welcome to the community!!

This functionality happens because the App Store stuff is in a collection view (which is inherits from a UIScrollView).

Depending on what your app design is, you’ll have to implement a scroll View.

This may help!