Marian Paul

9pods

PPHelpMe

Convenience methods for common operations with Foundation objects.

License: MIT

  • Objective C

PPRevealSideViewController

This is a new controller container, showing views on the side like the Facebook or Path app. It is as easy to use as a navigation controller. Sometimes, you need to push a new controller to show some options, but you don't need a full screen view… PPRevealSideViewController is THE controller you need.

Pan and Tap gestures are also included!

License: MIT

  • Objective C

RZNotificationView

This notification class will allow you to show notification within a context without any effort. You can also just ask to display the notification on controller displayed, all automatically!.

License: MIT

  • Objective C

VLRJVFloatLabeledTextField

The original UITextField subclass implementing the Float Label Pattern.

License: MIT

  • Objective C

VLRTextField

This class intention is to provide an extension to the power of two great libraries on UITextField:

  • JVFloatLabeledTextField which purpose is to nicely display the place holder on top on the textfield when inserting text
  • HTAutocompleteTextField which purpose is to provide autocompletion (for example: emails, company names, ...)

VLRTextfield adds a new layer: validation (for example, it is great on forms). You can then specify several check behaviors like:

  • check content with regex (@see regex) AND/OR
  • fill optional or not (@see fillRequired) AND/OR
  • minimum number of characters to enter (for example: 8 characters for password) (@see minimumNumberOfCharacters) AND/OR
  • custom validation block (@see validateBlock).

All of these tests can be run on demand or while editing.

License: MIT

  • Objective C

WAAppRouting

So what is this library useful for? Good question. Let's answer by asking an other question. Have you been struggled at some point by the following issues? :

  • Well, I need to add some shortcuts to some parts of my apps and it seems crappy to manually allocate the path and select the controllers I need.
  • I'm tired of using the push view controller method.
  • I wish I had some kind of url handling to get to specific parts of my app juste as easily as snapping a finger.
  • If it could even handle a controller stack this would juste be awesome.
  • I found a library but it's not working with my custom container...
  • I found a great library but the route matching is not working with my requirements...

All this points are answered by WAAppRouting (and more)

License: MIT

  • Objective C

WACoreDataSpotlight

With iOS 9 comes great new features. One of them is CoreSpotlight. WACoreDataSpotlight, after a quick configuration, automatically index you core data database. Yeah, you heard it. Automatically.

License: MIT

  • Objective C

WAMapping

WAMapping is a library which turns dictionary to object and vice versa. Designed for speed!

License: MIT

  • Objective C

WANetworkRouting

A routing library to fetch objects from an API and map them to your app

License: MIT

  • Objective C