9pods
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
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
The original UITextField subclass implementing the Float Label Pattern.
License: MIT
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 textHTAutocompleteTextField
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:
regex
) AND/ORfillRequired
) AND/ORminimumNumberOfCharacters
) AND/ORvalidateBlock
).All of these tests can be run on demand or while editing.
License: MIT
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? :
All this points are answered by WAAppRouting
(and more)
License: MIT
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
WAMapping is a library which turns dictionary to object and vice versa. Designed for speed!
License: MIT
A routing library to fetch objects from an API and map them to your app
License: MIT