tzwgod

Results 1 issues of tzwgod

https://user-images.githubusercontent.com/13271517/169979460-a9a9e4d0-6b81-480c-83cc-82867bd03e1a.mov ![3](https://user-images.githubusercontent.com/13271517/169979598-97ba2306-6107-42d6-9e74-dc02f275159a.jpg) test code ``` objc NSString *url = @"https://www.baidu.com/"; WebViewController *web = [[WebViewController alloc] initWithUrl:url]; [self.navigationController pushViewController:web animated:YES]; ```