Padam Thapa
Results
2
comments of
Padam Thapa
@mariusc @stoneark In "freeform" mode, frames of crop rect gets restricted. Also sometimes during aspect ratio mode; at some size while resizing, portrait rect suddenly jumps and becomes landscape and...
@mariusc After looking into changes in this pull on PECropRectView, I did make change on constrainedRectWithRectBasisOfHeight method too. I Replaced if (width < height) with if (self.initialRect.size.width < self.initialRect.size.height) {...