We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82abb2a commit 29d7022Copy full SHA for 29d7022
1 file changed
AXWebViewController/AXWebViewController/AXWebViewController.m
@@ -101,6 +101,7 @@ @interface _AXWebViewProgressView : NJKWebViewProgressView
101
@property(weak, nonatomic) AXWebViewController *webViewController;
102
@end
103
104
+// Fixed issue: https://github.com/devedbox/AXWebViewController/issues/21
105
#ifndef kAX404NotFoundHTMLPath
106
#define kAX404NotFoundHTMLPath [[NSBundle bundleForClass:NSClassFromString(@"AXWebViewController")] pathForResource:@"AXWebViewController.bundle/html.bundle/404" ofType:@"html"]
107
#endif
0 commit comments