Skip to content

Commit 41a682b

Browse files
author
Edward Smith
committed
Updated storyboards for Xcode 7 and tested on iOS 7/8.
1 parent 6b481a7 commit 41a682b

File tree

4 files changed

+155
-161
lines changed

4 files changed

+155
-161
lines changed

Branch-SDK/Branch-SDK/BNCStrongMatchHelper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ - (void) unloadViewController {
264264

265265
- (void)safariViewController:(SFSafariViewController *)controller
266266
didCompleteInitialLoad:(BOOL)didLoadSuccessfully {
267-
//NSLog(@"Safari Did load.");
267+
NSLog(@"Safari Did load. Success: %d.", didLoadSuccessfully);
268268
[self unloadViewController];
269269
}
270270

0 commit comments

Comments
 (0)