Brennan Stehling

10pods
When setting the corner radius, border color and border width there is often bleeding through to the edges as is seen with the screenshot from the StackOverflow question below. This approach eliminates the bleeding by embedding the masked view without a superview which can also be made circular.
License: MIT
These button classes can be copied into your project or referenced as a submodule with just the button classes being referenced in your project. To use them set the Custom Class in your Storyboard or Xib to one of these button classes and set the text and background color and experiment with the options until you find a design which works for you. The provided screenshot shows how these buttons appear in iOS 6 and 7.
License: MIT
Implementing your own photo viewer is hard. This makes it easier. Simply drop PZPhotoView into any place that you want to allow an image to be pinched and zoomed. The sample project shows how to do it with a paging collection view.
License: MIT
A normal UISlider requires the thumb control to be moved by first touching in it's bounds. The SSTTapSlider adds a tap and pan gesture to the UISlider to allow for tapping or panning anywhere within the control to move the thumb control and change the value of the slider.
License: MIT