“renderInContext:” and CATransform3D

后端 未结 3 865
粉色の甜心
粉色の甜心 2021-02-04 21:27

I have an view that have mutiples views inside it, and an image presentation (aka. \'cover flow\') into that too... And I need to make a screenshot programatically !

Sin

3条回答
  •  你的背包
    2021-02-04 21:38

    May Be You can use Core Graphaic instead of CATransform3DMakeRotation :)

    CGAffineTransform flip = CGAffineTransformMakeScale(1.0, -1.0);
    

    Which get effet on the renderInContext

提交回复
热议问题