objective c - IOS: Weird color in UIView transition : UIViewAnimationOptionTransitionCurlDown -
i'm @ loss here, trying use uiviewanimationoptiontransitioncurldown on view has transparency, , here result (visually), code below. want transition happen without weird shadow. insight why shadow displaying helpful. happens during animation.



[uiview transitionwithview:sender duration:15.0f options:uiviewanimationoptiontransitioncurldown animations:^{ [self modifycontentofpagewith:sender]; } completion:nil];
i tried same piece of code. downloaded yellow sticky image web , realized actual size of image bigger active image. shade of whole image during animation. cut (invisible) borders of image fit yellow part , , magically, worked perfect.
Comments
Post a Comment