There are no reviews yet. Be the first to send feedback to the community and the maintainers!
PullToRefreshView Note: I would avoid using this right now, at least until I find time to resolve a number of issues with it. It is: - a pull-to-refresh implementation - very easy to implement - doesn't suck To implement it: - add the four files (PullToRefreshView.{h,m}, arrow.png and [email protected]) to your project - add the Quartz framework to your project if you haven't done so yet - #import "PullToRefreshView.h" - add QuartzCore to your project - add an ivar: PullToRefreshView *pull; // or whatever you want to name it - in loadView or viewDidLoad, add this (and be sure to release in dealloc/viewDidUnload, etc): pull = [[PullToRefreshView alloc] initWithScrollView:<your scroll view here>]; [pull setDelegate:self]; [<your scroll view here> addSubview:pull]; - in dealloc and viewDidUnload, add calls to: [pull containingViewDidUnload]; to unwind the view hierarchy. - implement two delegate methods: // called when the user pulls-to-refresh - (void)pullToRefreshViewShouldRefresh:(PullToRefreshView *)view; // called when the date shown needs to be updated, optional - (NSDate *)pullToRefreshViewLastUpdated:(PullToRefreshView *)view; - call -finishedLoading on the PullToRefreshView when you finished loading (or got an error, etc) - that's it! no need to forward on UIScrollView delegate methods or anything silly like that.
newsyc
An iPhone Hacker News client.tweaks
Tiny iPhone tweaks.HNKit
Cocoa library for Hacker News.amfi_interpose
aka failbreak β portable, fully userland jailbreak for (around) 5.0 to 6.1Wii.py
Wii toolkit in Python (pywii++)WeeLoader
Weeeeeeeeeeeeeeeeee!IconSupport
Safe iPhone icon tweak supportobjc-rays
post processor for objective-c hex-rays arm decompilationsInfiniapps
The three Infiniapps.Maximizer
Full screen apps for everyone.Zephyr
Swipes!Paste
A simple, multiplatform client for http://pastie.org/.MobileLaunchpad
SpringBoard implemented as an app for use within MobileX.Keychain-Switcher
Solve a code signing conflict with iOS Enterprise Developer Program accounts and iOS Company Developer Program accounts using a menu bar toggle.pyrecovery
Python library for low-level USB communications. Incomplete; do not use.Paperback
Paperback editions are issued when a publisher decides to re-release a book in a low-cost format.checkprivate
Check private headers against new class-dumps.CrappyLoader
MobileLoader clone to load our Cycripts.WADder-3.0
The Wii Channel Maker -- Reloaded!gmport
Port Game Maker games to iOS.Spire
Siri installer.XNAnimation
(very) early experiment in animationsVoiceActivator
Custom VoiceServices commands and actions.Wiimposter
Clone of Wiimpersonator - Wii System Update checker + downloader.u8it
U8 Packer/UnpackerUnifari
Unified address bar for Safari 5.1. Obsolete with Safari 6.0.saffron-website
website for jbme3NSMixin
Experimental macro-based mixins for Objective-C.ProTapper
Palm Pre-style thing under your finger.Calendar
incomplete calendar app. requires (unreleased) XNAnimation framework.Togglodyte
sbsettings for the switcher barscioscore
cIOSCORP, icefire version!HACKERLANG
left-associative programming.Love Open Source and this site? Check out how you can help us