Skip to content

Overriding checkBounds to NO doesn't work #30

Description

@natalia-osa

First, I'm setting it after initialization. Then I'm changing it in viewDidLoad method of my subclass. Checking is still turned on and I can't see any of 'outside' area into my image.

RCImageEditorViewController *viewController = [[RCImageEditorViewController alloc] initWithNibName:@"RCImageEditorViewController" bundle:nil];
[viewController setCheckBounds:YES];

// subclass

  • (void)viewDidLoad {
    [super viewDidLoad];

    self.checkBounds = NO;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions