This is collection of extremely useful iOS classes / utilites.
Short description for each item:
UIView subclass which shows current CPU usage.
UIView subclass which shows real-time video feed from camera using AVFoundation API
Enhanced version of Lambda-Alert from https://github.com/zoul/Lambda-Alert
UIView subclass which shows current memory usage of application and available free memory in the system
Collection of methods extending NSDictionary with error checks for safely accessing NSDictionary items
Enhanced version of NSObject+NSCoding from https://github.com/greenisus/NSObject-NSCoding
Contains useful macro which will allow you to add any property to any class in your program
UIView subclass which allows you to show black translucent rounded rectangle with the text and optionally image/spinner in the center of screen
UIView subclass which is intended to show notifications which slides down from the top of the screen
UIView subclass which is just consisting of the shadow looking according to supplied parameters
UIView subclass which allows to show you visual representation of the rating value consisting from images (like stars for example)
Simple utilites for measuring timing of blocks of code in your application
Contains single method extending UIView class which will return color of specific pixel in you UIView
Collection of really useful properties which allows you to modify position / dimensions of your UIView in convenient way
Contains single method extending UIView class which will recursively print description of all subviews in your UIView