XYPieChart
XYPieChart copied to clipboard
Doesn't work when using UIModalTransitionStyleFlipHorizontal
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