Skip to content

Despite calling setImageStyle:PKViewImageStyleOutline, placeholder image will use placeholder.png #12

@cwalo

Description

@cwalo

With imageStyle set to PKViewImageStyleOutline, view does not use placeholder-outline.png

- (void)setupPlaceholderView
{
    _placeholderView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"placeholder"]];
    _placeholderView.backgroundColor = [UIColor whiteColor];
}

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