You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Could you please tell me how I can rotate the AudioVisualizationView by 90 degrees?
I have tried soundWaveView.transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2.0)
But it works only if the height and width are equel to each other.
Please, see attachments.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello! Could you please tell me how I can rotate the AudioVisualizationView by 90 degrees?
I have tried soundWaveView.transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2.0)
But it works only if the height and width are equel to each other.
Please, see attachments.
Thank you.
The text was updated successfully, but these errors were encountered: