Skip to content

Use UIAppearance to customize PHRefreshTriggerView #1

@peyton

Description

@peyton

PHRefreshView should support the UIAppearance protocol. We could then do

[[PHRefreshTriggerView appearance] setTitleColor: [UIColor darkGrayColor]];
[[PHRefreshTriggerView appearance] setArrowImage: [UIImage imageNamed:@"betterArrow"];

instead of subclassing.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions