TimesSquare is a library to display a calendar in a view in your iPhone or iPad app.
TimesSquare is a library to display a calendar in a view in your iPhone or iPad app. We wrote it after searching high and low for a better way and finding none.
A tiled UI for iOS and iPhone
MosaicUI is a tiled UI for iOS that automatic layouts according to the elements’ sizes.
Simple and highly customizable hint library for iOS
TBHintView is a simple, highly customizable hint library for iOS. It enables you to add simple hints to any UIView. It features multiple page support and various show and hide animation types.
A Custom Callout View for iOS
Check out SMCalloutView on Github.
There’s a great UI widget that’s been on iOS since day one:
Ever wonder what that black pointy bubble is exactly? It’s kind of a strange beast. The way it “bounces” when opening is an animation that I believe is unique across the entire iOS platform. It kind of grows out from the tip of the arrow then springs back like a
UIAlertView. I still find it fun and satisfying to watch.So when we were creating our indoor mapping UI for Meridian, I naturally wanted to use this widget. Unfortunately, it’s considered a private API. Bummer!
There are some existing 3rd-party controls out there that mimic this one, but they aren’t a perfect replica. And I demand perfection! So I made my own version, and dubbed it
SMCalloutView.
FPPopover provides an alternative to the native iOS UIPopoverController
FPPopover provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.
OPEventTracker: The simplest way to answer the question: "Are there any UI events taking place right now?"
A common adage of iOS development is to do as little as possible on the main thread so to not disrupt UI events. However, sometimes it is necessary to some work on the main thread and so we would prefer to do that work when the interface is mostly static (e.g. the user isn’t dragging anything, scroll views aren’t scrolling, etc…).
Now you can check at anytime if some kind of event tracking it taking place by doing:
if ([[OPEventTracker sharedTracker] isTracking]) { }
UAModalPanel is a highly customisable modal panel
UAModalPanel is a highly customisable, alternative modal panel that you can popup in your view controllers to show content that might not need an entire new screen to show.





