Andrea Cipriani

3pods

NSObject-AGCDescription

It's boring to write description methods. It's even more boring to keep them updated everytime you modify a class. But great descriptions can improve the quality of your debugging... and save you time! Don't worry! It's time to let AGCDescriptiondo the dirty work for you! AGCDescription is a category on NSObject which uses the Objective-c runtime potential to automatically build the description string of any of your classes. And if you gonna change the class, the description will be automatically updated.

License: MIT

  • Objective C

UIImageView-AGCInitials

An UIImageView category that allows to set an image containing the initials of a contact's name with a colored background. The color of the background is automatically generated and it is the same for identical names, so you can use it with cell recycle in table/collection view!

License: MIT

  • Objective C

VeeContactPicker

VeeContactPicker is a replacement for the (bugged) ABPeoplePickerNavigationController. You can use it to let the user choose a contact from the address book.

License: MIT

  • Objective C