Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore a super call.
  • Loading branch information
adonoho committed Dec 12, 2014
commit f849fb9aa3fed6c894e3f99a218bbc7daad46871
3 changes: 2 additions & 1 deletion SVWebViewController/SVWebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ - (void) viewWillAppear: (BOOL) animated {
} // -viewWillAppear:

- (void)viewDidAppear:(BOOL)animated {

[super viewDidAppear: animated];

id<SVWebViewControllerDelegate> delegate = self.delegate;

if ([delegate respondsToSelector: @selector(webViewControllerDidAppear:)]) {
Expand Down