Lucas Ortis

9pods

CommandBus

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

Device

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

  • Swift

EKMovieMaker

Lite tool which convert an array of UIImage into a movie, written in Objective-C.

License: MIT

  • Objective C

EKVideoController

Light weight view controller which add a video as a full screen background for IOS written in Objective-C

License: MIT

  • Objective C

Loader

Loading view for all ios applications.

License: MIT

  • Objective C

Translucid

Simple and light weight UIView that animate text with an image.

License: MIT

  • Swift

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

WEDebugger

Simple and light weight debugger tool which display session logs.

License: MIT

  • Objective C

WESlider

Simple and light weight slider with chapter management

License: MIT

  • Objective C