Adds UITableView for search results.

Adds constraints to search view.
This commit is contained in:
2020-09-06 12:24:30 -07:00
parent d6f12b302a
commit 757f0ded69
3 changed files with 60 additions and 7 deletions

View File

@@ -12,6 +12,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface SearchViewController : UIViewController
@property (weak, nonatomic) IBOutlet UISearchBar *searchBar;
@property (weak, nonatomic) IBOutlet UITableView *searchResults;
@end
NS_ASSUME_NONNULL_END