Search results for image

FontAwesomeIconFactory screenshot

FontAwesomeIconFactory

March 26, 2013 • MIT License
Create icons using the resolution-independent Font Awesome. Works for iOS and OS X. Font Awesome was created by Dave Gandy -http://fortawesome.github.com/Font-Awesome
RMShapedImageView screenshot

RMShapedImageView

March 26, 2013 • Apache 2.0 License
A UIImageView subclass that ignores touches on transparent pixels, based on OBShapedButton by Ole Begemann. RMShapedImageView does it magic by overriding pointInside:withEvent:. This method is c...
Wolfpack screenshot

Wolfpack

March 24, 2013 • MIT License
Wolfpack is an image processing library for iOS that uses Core Image to apply pre-defined filtered effects to an image.
CoreImageTransition screenshot

CoreImageTransition

March 19, 2013 • MIT License
A sample app for transition effects using Core Image, including a useful helper class.
Storage screenshot

Storage

March 10, 2013 • MIT License
In attempting to keep things DRY, EDStorage was created to address the fair amount of boilerplate that often gets created to deal with writing data to disk within iOS applications in a performant m...
RMSkinnedView screenshot

RMSkinnedView

March 05, 2013 • BSD License
RMSkinnedView is a subclass of NSView which provides the ability to define background pattern image or background color and corner radius directly in the Interface Builder. It this is a great wa...
CZPhotoPickerController screenshot

CZPhotoPickerController

March 04, 2013 • Apache 2.0 License
A photo picker offering 'use last photo taken', 'take photo', and 'choose from library'.
LTransitionImageView screenshot

LTransitionImageView

March 03, 2013 • BSD License
iOS Image View with transition effect between images. More info at: http://lukagabric.com/ltransitionimageview-ios-image-view-with-transition-animation/
MNMRemoteImageView screenshot

MNMRemoteImageView

February 14, 2013 • BSD License
`MNMRemoteImageView` is a simple drop-in replacement for `UIImageView` that asynchronously shows an image downloaded from an URL. You can use the control as a regular `UIImageView`.
QBImagePickerController screenshot

QBImagePickerController

February 04, 2013 • MIT License
A clone of the UIImagePickerController with multiple selection feature.
AKSegmentedControl screenshot

AKSegmentedControl

February 01, 2013 • MIT License
Fully customizable Segmented Control for iOS. Uses images for normal/selected states.
UzysImageCropper screenshot

UzysImageCropper

January 29, 2013 • MIT License
An alternative to the UIImagePickerController editor with extended features.
ResizeImage screenshot

ResizeImage

January 27, 2013 • MIT License
ResizeImage is an example project demonstrating how to resize image without using UIPinchGesture. Tap on image and with the help of points on an image you will be able to resize the image. It also ...
MAImagePickerController screenshot

MAImagePickerController

January 21, 2013 • MIT License
MAImagePickerController is a flexible replacement of UIImagePickerController with support for filtering, editing, cropping and removing distortion from images.
ASMediaFocusManager screenshot

ASMediaFocusManager

January 21, 2013 • MIT License
ASMediaFocusManager gives the ability to focus on any image by a simple tap. The image is automatically animated to a focused fullscreen image view. Another tap on the focused view shrinks the imag...
AGImageChecker screenshot

AGImageChecker

January 19, 2013 • BSD License
Light library to visually check your app images. AGImageChecker is a lightweight iOS library that helps developers to find problems in their used images. It detects when images are smaller or ...
AmazeKit screenshot

AmazeKit

January 19, 2013 • Apache 2.0 License
AmazeKit is an image rendering library for iOS. Its goal is to retain the performance of using .png-formatted images in UIKit classes, while avoiding the chore of creating these images in Photoshop...
SDWebImage screenshot

SDWebImage

January 17, 2013 • MIT License
UIImageView category adding suppport for remote images coming from the web asynchronously with caching.
MosaicUI screenshot

MosaicUI

January 14, 2013 • MIT License
MosaicUI is a tiled UI for iOS that automatic layouts according to the elements' sizes.
UIMenuItem-CXAImageSupport screenshot

UIMenuItem-CXAImageSupport

January 14, 2013 • MIT License
UIMenuItem with Image Support. UIMenuItem uses UILabel to display its title, that means we can swizzle -drawTextInRect: to support image. UIMenuItem+CXAImageSupport is a dirty hack but should be...