SDSCardsFireProgress
2013年11月28日 • MIT许可证
A progress indicator inspired by AppsFire progress animation. That is: - 3 "cards" evenly spaced around a half-circle; - at each step in your progress, the set of card will rotate around the ...
未提供图片。
LCNumberInputView
2013年11月28日 • MIT许可证
This is a input control that lets you input integers or floats. * use Integer and float keboard input control * if you use integer , then you can't input a float number. Required : ARC and i...
EKAlgorithms
2013年11月26日 • MIT许可证
EKAlgorithms contains some well known CS algorithms and other stuff. EKAlgorithms is a gradually increasing bunch of algorithms in which some well known CS algorithms, data structures & others are...
ECSlidingViewController 2
2013年11月25日 • MIT许可证
ECSlidingViewController is a view controller container that manages a layered interface. The top layer anchors to the left or right side of the container while revealing the layer underneath it. Th...
ABMExpandingTableViewCells
2013年11月25日 • MIT许可证
Expanding table view cell to reveal a toolbar cell under the selected row
UzysCircularProgressPullToRefresh
2013年11月23日 • MIT许可证
只需简单代码即可将类似 Pinterest 的 PullToRefresh 应用到任何 UIScrollView。UzysSlideMenu 功能:非常简单易用。支持 iOS7。仅支持ARC。支持 CocoaPods。(待定)
未提供图片。
CLImageEditor
2013年11月23日 • MIT许可证
CLImageEditor为iPhone应用提供了基本图片编辑功能。这个ViewController非常简单易用,也可以轻松地作为UIImagePickerController的一部分。
未提供图片。
MSDynamicsDrawerViewController
2013年11月20日 • MIT许可证
容器视图控制器,利用UIKit Dynamics提供的真实抽屉导航范式。以下是一些示例GIF,您可以查看MSDynamicsDrawerViewController的实际效果:您可以…
URBMediaFocusViewController
2013年11月20日 • MIT许可证
一个易于使用的视图控制器,它使用类似 Tweetbot 3 的物理动画,将您的媒体缩略图预览动画放大到完整大小。
ARAutocompleteTextView
2013年11月20日 • MIT许可证
ARAutocompleteTextView是一个TextView的子类,它会在用户输入时实时显示文本建议。这对于自动建议域名作为用户输入电子邮件地址时非常有用。