Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot34 committed Jan 17, 2014
1 parent ad4a299 commit 30b78ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
PODS:
- SVWebViewController (1.0)
- NJKWebViewProgress (0.2):
- NJKWebViewProgress/Core
- NJKWebViewProgress/ProgressView
- NJKWebViewProgress/Core (0.2)
- NJKWebViewProgress/ProgressView (0.2)
- SVWebViewController (1.0):
- NJKWebViewProgress

DEPENDENCIES:
- SVWebViewController (from `https://github.com/pilot34/SVWebViewController.git`)
Expand All @@ -9,6 +15,7 @@ EXTERNAL SOURCES:
:git: https://github.com/pilot34/SVWebViewController.git

SPEC CHECKSUMS:
SVWebViewController: e576371f7015bce92c97c304c32336700064847b
NJKWebViewProgress: fd46c9489d799d97f3b09210886bf83884f6c725
SVWebViewController: d36c892657f24b9eb8ae39795e7619ce79f7fe94

COCOAPODS: 0.29.0
3 changes: 2 additions & 1 deletion SVWebViewController/SVWebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
#import "SVWebViewControllerActivitySafari.h"
#import "SVWebViewController.h"
#import "NJKWebViewProgressView.h"
#import "NJKWebViewProgress.h"

@interface SVWebViewController () <UIWebViewDelegate>
@interface SVWebViewController () <UIWebViewDelegate, NJKWebViewProgressDelegate>

@property (nonatomic, strong) UIBarButtonItem *backBarButtonItem;
@property (nonatomic, strong) UIBarButtonItem *forwardBarButtonItem;
Expand Down

0 comments on commit 30b78ba

Please sign in to comment.