Just a mirror of my stackoverflow question. http://stackoverflow.com/questions/9544591/animate-a-custom-property-using-coreanimation-in-monotouch
Im trying to animate a custom property in MonoTouch using CoreGraphics & CoreAnimation. No matter what i do, I cannot get NeedsDisplayForKey to "ask" for my property, therefore it never updates the display. I think I have the key value compliance working, and I think the actual animation is technically working, but as NeedsDisplayForKey is never called asking for my custom property, then CoreAnimation never tries to update the display when its animating my property, so the animation does nothing. :-( -- View this message in context: http://monotouch.2284126.n4.nabble.com/Problems-animating-custom-property-using-CoreAnimation-tp4441349p4441349.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
