Does iOS have something similar to Android's RecyclerView?
Use UICollectionView to achieve this
Several views are currently optimized for performance and resource use, like:
UICollectionView
UITableView
viewControllers
UIPageViewController
UITabBarController
UIStackView
Probably you need the UICollectionView
for your proyect.