yidan

Results 7 comments of yidan

You need to create an Apple Developer Account and updates it in the Signing session.

![screen shot 2018-08-13 at 2 09 21 pm](https://user-images.githubusercontent.com/1720237/44052578-8e519f5e-9f02-11e8-98a3-51b3546b1d8c.png) Here it is!

@philipjefferies You can fix the build error by opening a new project and copying the code over (instead of cloning the git repo)

I found a hack! Replace self.webview = [[UIWebView alloc] initWithFrame:[UIScreen mainScreen].bounds]; with self.webview = [[UIWebView alloc] initWithFrame:CGRectMake(-100, -80, 2120, 1260)]; This will shift the screen to the left, hiding the...

The application build failed after making an upgrade to Xcode 9.

@hadihashem Yes! Open a new project in Xcode and copy the code over, instead of cloning the git repo! But now I'm facing another issue. When I change the URL,...

@hadihashem I found a hack! Replace self.webview = [[UIWebView alloc] initWithFrame:[UIScreen mainScreen].bounds]; with self.webview = [[UIWebView alloc] initWithFrame:CGRectMake(-100, -80, 2120, 1260)]; This will shift the screen to the left, hiding...