Joan Martin Hernandez

3pods

ConnectionManager

Here I present a very simple framework to handle connections in a very efficient and easy way. Just give a NSURLRequest and you will have in return the result of a NSURLConnection.

The connections are performed asynchronously and the framework allows you to:

  • Cancel requests
  • Set priorities
  • Manage multiple connection queues
  • Configure connection queues individualy
  • Pause and restart connections
  • Get feedback of downloading/uploading status
  • Define credentials and trusted servers
  • Get the return of the connection using blocks

License: MIT

  • Objective C

UIColor+Additions

Basic additions to make UIColor more flexible and accessible while developing your app.

License: MIT

  • Objective C

UIImage+Additions

This category of UIImage add methods to generate on runtime images: from colors, adding corner radius (for each corner), tinting images, gradients, etc.

License: MIT

  • Objective C