Search results for uiview

UIView+AutoLayout screenshot

UIView+AutoLayout

August 26, 2013 • MIT License
`NOTE:` UIView+AutoLayout has been deprecated in favor of `PureLayout`, which includes OS X support! https://github.com/smileyborg/PureLayout The ultimate API for iOS Auto Layout -- impressively...
DiamondActivityIndicator screenshot

DiamondActivityIndicator

August 17, 2013 • MIT License
This is a remake of the UIActivityIndicatorView class. It's based on a concept by @Sentry_NC (found here: http://dribbble.com/shots/1185018-Diamond-Loading-Indicator-GIF).
ALBatteryView screenshot

ALBatteryView

August 17, 2013 • MIT License
Simple view composed by a battery image and a view that fill the battery with the current battery level
MELSorting screenshot

MELSorting

August 13, 2013 • MIT License
Sort UIViews. Useful for games, pickers, settings, and menus.
MVBouncyView screenshot

MVBouncyView

August 11, 2013 • BSD License
UIView category providing bouncing functionality. Example usage: UIView *view = (some view in your code) view.bounceAmplitude = 1.25f; // optional view.bounceAttenuation = 1....
DAProgressOverlayView screenshot

DAProgressOverlayView

August 10, 2013 • MIT License
A UIView subclass displaying download progress. Looks similarly to springboard icons of apps being downloaded in iOS 7.
KeepLayout screenshot

KeepLayout

August 05, 2013 • MIT License
Making Auto Layout easier to code. Keep Layout is project under active development whose purpose is to make Auto Layout much easier to use from code! No more Interface Builder or Visual Format. ...
ALFullScreenAlert screenshot

ALFullScreenAlert

August 03, 2013 • MIT License
This is a full screen alert which is useful to display some messages to the user. It provides the creation of 2 buttons.
No image provided.

CBDraggableView

August 03, 2013 • BSD License
A subclass of UIView that you can drag to anywhere. Also add the effect like those dating app (swipe, Tinder, etc.), swipe left and right will make the view rotate a little bit.
PICircularProgressView screenshot

PICircularProgressView

July 17, 2013 • MIT License
PICircularProgressView is a subclass of UIView with circular UIProgressView properties and text in this circle representing the progress. It is based on TSPCircularProgressIndicator for OS X fro...
ALQuickFrame screenshot

ALQuickFrame

July 16, 2013 • MIT License
This UIView category offers quick access to frame properties of every view
eLBeePushBackController screenshot

eLBeePushBackController

July 12, 2013 • MIT License
eLBeePushBackController us a simple, lightweight UIViewController Category for creating a semi modal / push back transition. It is based on KNSemiModal See the github repo for more information.
ADTickerLabel screenshot

ADTickerLabel

July 01, 2013 • MIT License
Provides a mechanism to show numbers with a rolling effect, like a ticker. Click to see the video example: https://dl.dropbox.com/u/25847340/ADTickerLabel/video.mp4
MHNatGeoViewControllerTransition screenshot

MHNatGeoViewControllerTransition

June 17, 2013 • MIT License
A new 3D Effect ViewController transition inspired by NatGeo (City Guides by National Geographic)
DynamicGraphView screenshot

DynamicGraphView

June 15, 2013 • MIT License
A simple but effective dynamic GraphView implementation for iPhone SDK for float values. It is easy to implement and works statically with an array of floats as well as dynamically by adding val...
MLPAccessoryBadge screenshot

MLPAccessoryBadge

June 14, 2013 • MIT License
MLPAccessoryBadge is a delightfully customizable UIView subclass that renders text inside a badge, created mainly for use in a UITableViewCell as its accessoryView property. Use it to hint at quant...
THGridMenu screenshot

THGridMenu

June 04, 2013 • MIT License
A fluid grid menu layout system that adjusts item width with device rotation. THGridMenu is a UIView that is initialized with number of columns per row, gutter size, margin and row height. You c...
FrameAccessor screenshot

FrameAccessor

May 27, 2013 • MIT License
Easy way to access view's frame in iOS and OS X. Use: view.x = 15; view.width = 167; instead of CGRect newFrame = view.frame; newFrame.origin.x = 15; newFrame.siz...
UIView+EasingFunctions screenshot

UIView+EasingFunctions

May 25, 2013 • Public Domain License
A category on UIView that allows to attach custom easing functions to animatable UIView properties.
UIView+Shadow screenshot

UIView+Shadow

May 23, 2013 • BSD License
An UIView category that allow user to easily make inset shadow, customize the radius, alpha, color and directions.