Skip to content

Add custom arrow view. - #190

Open
wangcash wants to merge 1 commit into
samvermette:masterfrom
LiveStore:master
Open

Add custom arrow view.#190
wangcash wants to merge 1 commit into
samvermette:masterfrom
LiveStore:master

Conversation

@wangcash

@wangcash wangcash commented Apr 7, 2014

Copy link
Copy Markdown

No description provided.

@voronianski

Copy link
Copy Markdown

@samvermette +1 for merging

@hemangshah

Copy link
Copy Markdown

@voronianski , its not merged yet by @samvermette . However this update makes really sense !

@hemangshah

Copy link
Copy Markdown

@wangcash great addition! I am using it. +1

Some minor changes will make it available for custom arrow view or default arrow (if some one need it in case)

Create a BOOL property of useCustomArrow;

@property (nonatomic, readwrite) BOOL useCustomArrow;

in drawRect check for this

if(useCustomArrow) {
    return;
}

This property should set to YES, if user wants custom arrow for pull to refresh.

@fnxpt

fnxpt commented Mar 11, 2015

Copy link
Copy Markdown

+1

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants