Skip to content

Commit

Permalink
Merge pull request #161 from TransitApp/feature/modal-done-button-del…
Browse files Browse the repository at this point in the history
…egate-callback

Rename modal delegate.
  • Loading branch information
gdorion authored Sep 22, 2017
2 parents d9ea847 + c37c4e4 commit d4018fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SVWebViewController/SVModalWebViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@class SVModalWebViewController;

@protocol SVModalWebViewController <UIWebViewDelegate>
@protocol SVModalWebViewControllerDelegate <UIWebViewDelegate>

@optional
- (void)controllerDidPressDoneButton:(SVModalWebViewController *)controller;
Expand All @@ -24,6 +24,6 @@
- (instancetype)initWithURLRequest:(NSURLRequest *)request;

@property (nonatomic, strong) UIColor *barsTintColor;
@property (nonatomic, weak) id<SVModalWebViewController> webViewDelegate;
@property (nonatomic, weak) id<SVModalWebViewControllerDelegate> webViewDelegate;

@end

0 comments on commit d4018fc

Please sign in to comment.