Comment on Building an Open, Drop-in Replacement for UITableViewComments−kurtle12y"It relies on a relatively unusual API design – delegates..."Nothing unusual about delegates, the entire iOS codebase is littered with them.But kudos on doing what we all eventually think about doing, the longer we work with UITableView−markrickert12yCorrect - UICollectionView also uses delegates, dataSources, and reusable cells.
Comments
"It relies on a relatively unusual API design – delegates..."
Nothing unusual about delegates, the entire iOS codebase is littered with them.
But kudos on doing what we all eventually think about doing, the longer we work with UITableView
Correct - UICollectionView also uses delegates, dataSources, and reusable cells.