Zillow Interview Question

How would you implement a tableview if Apple suddenly deprecated UITableView tomorrow?

Interview Answer

Anonymous

Sep 28, 2016

Use a UICollectionView, since you can recreate a tableview with a one-column collectionview. Wrong answer. They wanted me to use a UIScrollView instead.