iphone x

29 Nov 11

iToast for iOS (cocoacontrols.com) permalink
If you develop already for Android, then you know what it is so you can skip to the next section. For the others of us: a toast is a spécial way to display 'non intrusive' message to the user. Those message are displayed on a configurable place on the screen and they disapear after a configurable time interval. The way they appear is similar to the way the Growl app (on mac do). A toast is a view containing a quick little message for the user. The toast class helps you create and show those. When the view is shown to the user, appears as a floating view over the application. It will never receive focus. The user will probably be in the middle of typing something else. The idea is to be as unobtrusive as possible, while still showing the user the information you want them to see. Two examples are the volume control, and the brief message saying that your settings have been saved.
WhirlyGlobe for iOS (cocoacontrols.com) permalink
WhirlyGlobe is an interactive 3D globe toolkit for ios. It handles the rendering and data manipulation side and strives to maintain a constant frame rate. It's pretty and it's quite good. It can be used to display a few data points on the earth or as a center piece for an earth based app.
OCMapView for iOS (cocoacontrols.com) permalink
Simple and easy to use clustering mapView for iOS.
JTRevealSidebar for iOS (cocoacontrols.com) permalink
An iOS objective-c library template for mimic the sidebar layout of the new Facebook app.
iRate for iOS (cocoacontrols.com) permalink
A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.
AcaniChat (github.com) permalink
An open-source version of iPhone's native Messages app
Expandable Input Toolbar for iOS (cocoacontrols.com) permalink
Expandable Input Toolbar in the style of the iPhone messages app
DDBadgeViewCell for iOS (cocoacontrols.com) permalink
A UITableViewCell subclass that has a customizable badge view on the right. With fast Quartz 2D path drawing and blending, one can use this with very large data set and still keep great performance when scrolling.
Center Button in Tab Bar for iOS (cocoacontrols.com) permalink
As seen in Instagram, Path, DailyBooth, and other apps, place a button in the center of a UITabBar to let the user perform some action that is central to the application's purpose.
TapKu Graph for iOS (cocoacontrols.com) permalink
A gorgeous graphing view.
Imageless Gradient Buttons for iOS (cocoacontrols.com) permalink
A subclass of UIButton that provides imageless gradients. Drop-in compatible with any project.
Three20 Photo Viewer for iOS (cocoacontrols.com) permalink
Photo viewer control, like in the Apple Photos app.
Three20 Photo Thumbnails for iOS (cocoacontrols.com) permalink
Duplicates the look and feel of Apple's Photos apps.
Three20 TTLauncher for iOS (cocoacontrols.com) permalink
A Springboard-like launcher, as seen in the Facebook iOS app.
DLStarRating for iOS (cocoacontrols.com) permalink
A UIControl subclass that behaves similarly as the App Store rating control.
CMPopTipView for iOS (cocoacontrols.com) permalink
Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
BCTextView for iOS (cocoacontrols.com) permalink
A rich text view for iOS with basic HTML rendering.