NRGridView is a grid-view UI component (built as a static library) which has been developed by Louka Desroziers, for Novedia Regions. How it works? Almost like UITableView works. You set a dataSource, and a delegate.. and you implement all @required methods. It also has a 'layoutStyle'. It means you can use it as a vertical gridView, or horizontal grid-view!
February 21, 2012 • MIT Licensed
Dead-simple in-app notifications. Notifications slide up from the bottom of whatever view they're attached to and slide back down when you or the user are done with them. Great for indicating that something is happening (a feed is being refreshed, for example) or that something has just happened (there was an error sending something, for example) without throwing up a UIAlertView. You can customise the notification text, the notification level (which affects the background color of the notification — red for error, blue for message, and green for success), the target/selector that's fired when the user taps the notification, and whether or not the notification has a spinner.
February 21, 2012 • BSD Licensed
AGMedallionView is a picture view control just like the one that Apple is using at the login screen in Mac OS X Lion.
February 20, 2012 • GPL Licensed
Its an android like Combo-Box control for iOS. Easy to Use.
February 20, 2012 • Apache 2.0 Licensed
DAKeyboardControl is a collection of UIView subclasses that allow the user to drag the UIKeyboard down from a view.
February 19, 2012 • MIT Licensed
DACircularProgress is a UIView subclass with circular UIProgressView properties.
February 19, 2012 • MIT Licensed
A Simple Framework For Sharing Content via Email, Facebook and Twitter There's a number of ways to share content from within iOS apps. iOS5 includes support for sharing content via email and Twitter. There are also libraries like ShareKit that allow you to share via any number of sharing services. So why use BCDShareSheet? If your apps only need to share content via email, Twitter and Facebook and you don't want to write the same code each time, then BCDShareSheet might be handy. Otherwise, you might prefer to call the sharing services yourself or to use something like ShareKit that supports more services. BCDShareSheet requires iOS4 or later and sharing via Twitter is only available on iOS5 (as it uses iOS's built-in support for Twitter).
February 18, 2012 • MIT Licensed
Plotting strip for dynamic data which can also be used as a sparkline. Data may be supplied one value at a time (as when reading sensor or other data) or can be supplied as an NSArray (as when using as a sparkline). Color, plot width, etc. are all customizable. The control can also update a UILabel (or derivative) instance dynamically when values are added, and a user-specified format string allows you to control the formatting of the displayed value.
February 18, 2012 • BSD Licensed
KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.
February 17, 2012 • Apache 2.0 Licensed
Stepper control with numeric textfield. Supports resizing and adapts to the shape of the screen. It is based on control stepperTest
February 16, 2012 • Apache 2.0 Licensed