You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DiscoverViewController uses a scroll view with manual layout. We should refactor this to use a UICollectionView so that we can better track visibility of sections and make the code easier to manage.
The text was updated successfully, but these errors were encountered:
Discover Collection View Refactor Project
Project Thread: pdeCcb-6GQ-p2
The
DiscoverViewController
uses a scroll view with manual layout. We should refactor this to use aUICollectionView
so that we can better track visibility of sections and make the code easier to manage.The text was updated successfully, but these errors were encountered: