Skip to content

A similar control to the pull down to refresh control created by atebits in Tweetie 2.

License

Notifications You must be signed in to change notification settings

EmbeddedSources/EGOTableViewPullRefresh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of "Pull-to-refresh" gesture.

It requires iOS 3.0 and higher. ( IPHONEOS_DEPLOYMENT_TARGET = 3.0 )
Memory management is done in pure reference counting (retain/release) style. No ARC extentions are used.

The repositoy contains a library project that produces both a static library and a framework. It contains a demo project as well.

License : BSD 

About

A similar control to the pull down to refresh control created by atebits in Tweetie 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.1%
  • C 1.9%