steelkiwi / cropiwa

📐 Configurable Custom Crop widget for Android

Home Page:http://steelkiwi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to rotate the CropIwaView or has it rotation function?

h-sol719 opened this issue · comments

I want to make crop-view that has rotation function.
How I can rotate the CropIwaView?
Is there any solution?

Thank you for nice library.

Does anyone have a clue on this? Can't get this to work neither >.<

Yes, there is.
Since CropIwaView extends a FrameLayout,
it has access to the setRotation(float roation)

However, that would rotate the CropIwaView and NOT the bitmap shown inside it.