Skip to content

Commit

Permalink
Added link back to issue to improve the “no results” view
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritz committed Apr 19, 2019
1 parent 1fc38e2 commit 4a6cd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SF iOS/SF iOS/Feed/EventsFeedViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ - (void)viewDidLoad {
self.searchBar.delegate = self;

// TODO: There’s probably a better way of doing this that doesn’t require a new view
// https://github.com/ThumbWorks/sf-ios/issues/37
CGRect tableSearchViewRect = CGRectMake(0, 0, self.searchBar.frame.size.width, kTABLEHEADERHEIGHT);
UIView *tableSearchView = [[UIView alloc] initWithFrame:tableSearchViewRect];
tableSearchView.backgroundColor = UIColor.whiteColor;
Expand Down

0 comments on commit 4a6cd4d

Please sign in to comment.