1

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

Community
  • 1
  • 1
S. S
  • 169
  • 3
  • 16

1 Answers1

0

Its a known issue in iOS comes in various scenarios like:

  1. Presenting Custom Keyboard
  2. Presenting UIActivityViewController etc.

So you simply need to ignore it

Annie Gupta
  • 2,786
  • 15
  • 23