So I am doing some custom animations on my navigationcontroller and the way it pushes and pops the viewControllers.
Everything runs smooth. As soon as I add the foll
You should expect a slowdown from adding a shadow. A shadowRadius of 20 is very high and will be especially slow.
shadowRadius
The other key to improve shadow rendering speed: set the shadowPath property. It can help dramatically.