Joe Fryer

6pods

JDFCurrencyTextField

JDFCurrencyTextField is a drop-in replacement for UITextField to make it easier to work with monetary values. JDFCurrencyTextField makes it easier to enter monetary values because it formats the cell's text as a numeric string while the user is editing it, and formats it back to a currency string when they have finished. It defaults to using the currentLocale for the formatting, but this can be changed if necessary.

License: MIT

  • Objective C

JDFNavigationBarActivityIndicator

JDFNavigationBarActivityIndicator is a UIView subclass that provides an easy, space-effective way to show an activity indicator on a UINavigationBar.

It is visually similar in concept to the progress indicator shown in iOS Safari, in that it appears as a thin, animating line at the bottom of a navigation bar. The difference is that it is an indeterminate progress indicator, making it useful for when you don't know the completion progress of a task.

License: MIT

  • Objective C

JDFNotificationView

JDFNotificationView is a simple UIView subclass that makes it easy to show simple notifications to the user without getting in their way.

License: MIT

  • Objective C

JDFPeekaboo

JDFPeekaboo is a simple class that hides the navigation bar when you scroll down, and shows it again when you scroll back up. It can actually be any UIView that it hides, and it will also hide a view at the bottom of the screen as well, if you like.

License: MIT

  • Objective C

JDFToolkit

JDFToolkit is a simple Toolkit of Classes and Categories for common tasks when developing for iOS.

License: MIT

  • Objective C

JDFTooltips

JDFTooltips is simple library for showing tooltip-like popups on iOS

License: MIT

  • Objective C