开发者

Will my app get rejected for using CATRANSITION pageCurl?

开发者 https://www.devze.com 2023-01-16 04:01 出处:网络
Hello was just wondering if my app will get rejected using the following code: [animation setDuration:1.0];

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

[animation setDuration:1.0];
    [animation setTimingFunction:UIView开发者_开发知识库AnimationCurveEaseInOut];
    animation.type = @"pageUnCurl";
    animation.fillMode = kCAFillModeForwards;
    animation.startProgress = 0.78;
    animation.endProgress = 1.

0;

This is using the undocumented page curl function.

Thanks.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消