Jia Yu

Results 4 issues of Jia Yu

``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bundle: nil]; LeftMenuViewController *leftMenu = (LeftMenuViewController*)[mainStoryboard instantiateViewControllerWithIdentifier: @"LeftMenuViewController"]; [SlideNavigationController sharedInstance].leftMenu = leftMenu; [SlideNavigationController sharedInstance].menuRevealAnimationDuration = .18; return YES;...

Thanks for DZNWebViewController. It's an amazing WebViewController. Should I use the method : `stringByEvaluatingJavaScriptFromString` inject my JavaScript to the webview? Thanks for your help.

I have some problem like this: ![](https://s3.amazonaws.com/zappa-05ibvnw58/is.gif ) How do i fix it? Thanks a lot.

Thank you for your MMPReactiveNotification. It's very helpful for me. Can I use it to receive remote push notifications when the app is not awake in the background?(User click the...