kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I disable rorate?

furueili opened this issue · comments

commented

as title thx

commented

not worked....

below is my code

PECropViewController *controller = [[[PECropViewController alloc] init] autorelease];
[controller setRotationEnabled:NO];

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
    {

    return self.rotationEnabled;

}

commented

i know the problem....i reset project setting and this all fixed .... thx

2015-06-15 4 49 10