Andrew Watson
09/26/2023, 7:41 PMUIImage
in kotlin-wrapped iOS code? The compose imageviewer sample doesn't have this case covered, and trying to translate the common code online doesn't work. For example, this doesn't work:
let rotationTransform = CGAffineTransform(rotationAngle: rotationAngle)
val rotMat = CGAffineTransformMake(0.0, 1.0, -1.0, 0.0, 0.0, 0.0)
Dima Avdeev
10/24/2023, 1:31 PM