I already go though
<CATransformLayer: 0x14fea3710> - changing property masksToBounds in transform-only layer, will have no effect
"changing property masksToBounds in transform-only layer, will have no effect" in Xcode 7
CATransformLayer : changing property masksToBounds in transform-only layer, will have no effect
but still confused about this warning
i get this warning on
[self presentViewController:alertViewController animated:YES completion:nil];
here i am adding UIAlertViewController in ViewController
1. how can i remove this warning.
2. should i ignore it.
or there is some other way to show UIAlertViewController in viewcontroller