Bill Xie

Results 4 issues of Bill Xie

``` MWPhotoBrowser *photoBrowser = [[MWPhotoBrowser alloc]initWithDelegate:self]; photoBrowser.displayActionButton = YES; photoBrowser.displayNavArrows = YES; photoBrowser.zoomPhotosToFill = YES; photoBrowser.enableSwipeToDismiss = YES; photoBrowser.hidesBottomBarWhenPushed = YES; [photoBrowser setCurrentPhotoIndex:index]; [self.navigationController pushViewController:photoBrowser animated:NO]; ``` but the photo...

NSString *str = @"document.javascript" '.'会被转成() 在字符串中应该被忽略

#73 fix the issue TypeError: Super expression must either be null or a function