Dipesh Khandhar

Results 1 comments of Dipesh Khandhar

Find this fine in resources : PECropViewController.m Replace below line: > NSURL *bundleURL = [[NSBundle mainBundle] URLForResource:@"PEPhotoCropEditor" withExtension:@"bundle"]; > bundle = [[NSBundle alloc] initWithURL:bundleURL]; > With: NSString *Path=[[NSBundle mainBundle]pathForResource:@"PEPhotoCropEditor" ofType:@"bundle"];...