TouchCustoms is a Cocoa Touch static library that contains a number of reusable components that we use in our projects on a daily basis.
SCRURLConnection– Light-weightNSURLConnectionwrapper that provides handy GCD-targeted API and allows to fulfill most network operations without including heavy 3rd party libs.SCRMemoryManagement– Make memory management easier.SCRRatingView– 5-star rating-view that allows to set ratings yourself.SCRSegmentedControl– Multi-rowUISegmentedControl.SCRSymbolicProgressBar– A progress-bar that uses a series of identical symbols to represent the value of progress.NSArray (Linq)– Category that adds some .NET LINQ abilities to Objective C. Explanation on how to use that in your projects- and growing… see source for the full list
Please, see Wiki section. It has some to-the-subject articles.