Skip to content
Open
Changes from all commits
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
Supress Xcode undeclared selector warning
Supressed Xcode undeclared selector warning in SVModalWebViewController.m on line `UIBarButtonItem *doneButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone
                                                                                    target:self.webViewController
                                                                                    action:@selector(doneButtonClicked:)];`
  • Loading branch information
pushpak committed Nov 24, 2013
commit 18c7eaecc6faa9f219fcba08a477f9e6471e21a9
2 changes: 2 additions & 0 deletions SVWebViewController/SVWebViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
- (id)initWithAddress:(NSString*)urlString;
- (id)initWithURL:(NSURL*)URL;

- (void)doneButtonClicked:(id)sender;

@end