TisU

Results 1 issues of TisU

This problem is based on iOS11 beta,the details are: the request: NSString *htmlPath = [[NSBundle mainBundle] pathForResource:@"xxx" ofType:@"html"]; NSMutableURLRequest * request = [[NSMutableURLRequest alloc]initWithURL:[NSURL URLWithString:htmlPath]]; [self.webView loadRequest:request]; pragma mark -...