StyledPageControl
2011年5月14日 • MIT许可证
StyledPageControl适用于iOS,与UIPageControl类似,但更加可定制。您可以更改颜色、间隙宽度、直径和样式。
KTOneFingerRotationGestureRecognizer
2011年5月12日 • MIT许可证
A custom UIGestureRecognizer for doing one finger rotations in iOS apps. It tracks finger movement around a central point.
未提供图片。
AMOptionMenu
2011年5月12日 • MIT许可证
A multi-option popup menu, similar to Xcode's "Overview" toolbar item. - Multiple controls can be driven by the same data source - Setting state via key-value coding - Populating a standard NS...
OHStackView
2011年5月12日 • MIT许可证
This class allows you to stack its subviews, and automatically layout its subviews. It updates the position of every of its subviews automagically as soon as you modify the size of one of its subview.
HGMovingAnnotationView
2011年5月12日 • MIT许可证
An annotation view for an MKMapView that can move along a map.
MDAboutController
2011年5月12日 • MIT许可证
A complete About UIViewController package for iOS apps. It automatically fetches info from your Info.plist, and also populates credits from Credits.plist.
ALPickerView
2011年5月12日 • MIT许可证
ALPickerView 是尝试模仿 Cocoa Touch 的 UIPickerView(如在 Mobile Safari 中所见)的多个选择行为。
FlickTabControl
2011年5月7日 • MIT 许可证
FlickTabControl 是一款易于使用的库,包含了在流行的 enormego iPhone 应用(如 Groundwork、Reader 和 What's On The Radio)中看到的 "Flick" 标签栏。FlickTabControl 最初是由 ... 启发的。
CoolButtons
2011年5月2日 • MIT 许可证
CoolButtons 是 UIButton 的一个子类,绘制玻璃般的 iOS 风格按钮,全部使用 CoreGraphics 和无图片。
GCPagedScrollView
2011年5月1日 • MIT 许可证
一个简单的 UIScrollView 子类,能自动处理 UIPageControl 和分页内容。几乎可以在一瞬间拥有带有 UIPageControl 的分页 UIScrollView。