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
Create a new UICollectionViewCell to replace the current GymDetailFacilitiesCell.
This cell should contain a "FACILITIES" label and a collection view that contains DropdownViewCells. The DropdownViewCells should be generic so that they can be configured for any facility. This requires that DropdownView is modified to have a UICollectionView as its contentView that takes in an array of detailTypes as its data source.
The text was updated successfully, but these errors were encountered:
Create a new
UICollectionViewCell
to replace the currentGymDetailFacilitiesCell
.This cell should contain a "FACILITIES" label and a collection view that contains DropdownViewCells. The DropdownViewCells should be generic so that they can be configured for any facility. This requires that
DropdownView
is modified to have aUICollectionView
as itscontentView
that takes in an array of detailTypes as its data source.The text was updated successfully, but these errors were encountered: