这是官方的iOS坐标系,还是只有在使用CoreGraphic时才是这种情况?(X正向右,Y正向下)

发布于 2021-10-05 18:40:48
这是UIKit坐标空间。Core Graphics (也称为Core Text)默认将原点放在左下角。On iOS it is common for the coordinate space to be flipped for Core Graphics so that it matches UIKit.
发布于 2021-11-23 01:39:58
https://stackoverflow.com/questions/69454710
复制相似问题