Hi Brian, if we look at the original App Store app search functionality, when we start to type, a tableview shows up with the predictions. I'm thinking how could we achieve that? It is like we have two tableviews in the view controller, one for app cell, another one for prediction. When starts to type, predictionTableView.isHidden = false, kinda like that? Thanks