this question has answer here:
i have super view called overlayintroview
has few subviews , have added animation subviews.
my question if call [self.overlayintroview.layer removeallanimations];
remove animation subviews well?
you can use static method
+ (void)setanimationsenabled:(bool)enabled
for disable/enable animation of uiview
. said remove animation of layer.
Comments
Post a Comment