Luciano Bastos Nunes

4pods

LBNBetterTextField

A replacement for UITextField with the objective to make it ever so easier to to work with this class. First there is block functions that substitutes the default delegate methods, you can also define max and min length for field, set a validation block and a formatting block. Other nicities also included. Checkout documentation. This project is based on UITextField+DelegationBlocks and UITextField-Shake projects. Both are available on GitHub and CocoaPods with MIT Licences.

License: MIT

  • Objective C

LBNCoreDataStack

Substitute Core Data methods from AppDelegate and encapsulates it in its own class. This class is accessible as a singleton from sharedStack method. Also available a persistence class to handle most of the more common operetions as insert and delete from CoreData.

License: MIT

  • Objective C

LBNTableViewHandle

This pod encapsulate the methods of UITableViewDataSource and UITableViewDelegate, so you can concentrate on the logic instead of the boiler plate code. This pod make use of blocks to make your code simpler and more readable.

License: MIT

  • Objective C

LBNTools

In this class I include class methods with facilitators methods that I most use in my projects. In this initial version is included three methods.

License: MIT

  • Objective C