I\'m trying to animate part of UI in an iPad app when the user taps a button. I have this code in my action method. It works in the sense that the UI changes how I expect but it
It turns out you can turn the layer animation on for the root layer by setting its delegate property to nil. I don't know if it's good practice.