Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver authored Feb 28, 2018
1 parent ee1e1ad commit 9646457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ UINavigationController *navigationController = [[UINavigationController alloc] i
@implementation MyTableViewController

- (void)viewDidLoad {
[super viewDidLoad];
[super viewDidLoad];

self.headerView = [[TOHeaderImageView alloc] initWithImage:[UIImage imageNamed:@"MyPicture.jpg"] height:200.0f];
self.headerView = [[TOHeaderImageView alloc] initWithImage:[UIImage imageNamed:@"MyPicture.jpg"] height:200.0f];
self.headerView.shadowHidden = NO;
self.tableView.tableHeaderView = self.headerView;
}
Expand Down

0 comments on commit 9646457

Please sign in to comment.