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.

link|improve this question

53% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
Hmm okay thanks because I cannot see any warnings in the IDE. – user281300 Sep 10 '10 at 23:31
Has anyone tried using the above code and was ur app rejected? – user281300 Sep 11 '10 at 18:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.