rotate(by:) Instance Method

@MainActor func rotate(by steps: Int32)
- (void) rotateBy:(int) steps;

Rotates the edited image by a number of 90-degree steps.

Parameters

  • steps — The number of 90-degree steps to rotate by.
Top