Search code examples
iphonecalayercatransition

Will my app get rejected for using CATRANSITION pageCurl?


Hello was just wondering if my app will get rejected using the following code:

[animation setDuration:1.0];
    [animation setTimingFunction:UIViewAnimationCurveEaseInOut];
    animation.type = @"pageUnCurl";
    animation.fillMode = kCAFillModeForwards;
    animation.startProgress = 0.78;
    animation.endProgress = 1.

0;

This is using the undocumented page curl function.

Thanks.


Solution

  • if the function is not documented by Apple, it will...