9pods
CommandBus is a light weight Command Bus implementation written in Swift. You can use it in order to facilitate your Command pattern implementation. It's also recommanded to use this pattern in a Domain Driven Design achitecture.
License: MIT
Swift library for detecting the running device's model and screen size. With the newer devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want.
License: MIT
Lite tool which convert an array of UIImage into a movie, written in Objective-C.
License: MIT
Light weight view controller which add a video as a full screen background for IOS written in Objective-C
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