Skip to content

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

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];
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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