XYPieChart icon indicating copy to clipboard operation
XYPieChart copied to clipboard

Doesn't work when using UIModalTransitionStyleFlipHorizontal

Open geovannefduarte opened this issue 11 years ago • 0 comments

I'm using the below code to present my view with the chart

UIViewController *view = [self.storyboard instantiateViewControllerWithIdentifier:@"matrixViewController"]; view.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; [self presentViewController:view animated:YES completion:nil];

it works perfectly, but when I change de modalTransitionStyle to UIModalTransitionStyleFlipHorizontal the chart doesn't work. Don't show any slice.

Any suggestion/help would be much appreciated.

Thanks, Geovanne Duarte

geovannefduarte avatar Nov 05 '13 17:11 geovannefduarte