HVTableView
2013年12月08日 • MIT许可证
具有展开/收起功能(完全可动画的)UITableView。这是一个具有展开/收起功能的自定义子类,这在许多应用程序中可能非常有用。开发者可以节省大量...
RSCameraSwitcher
2013年12月07日 • MIT许可证
Beautiful animations of the camera switch implementation at http://dribbble.com/shots/929359-Camera-Switch with pure code.
NAModalSheet
2013年12月07日 • MIT许可证
NAModalSheet - modal presentation of your view with a blurred version of the background showing through. The view can slide on from the top or bottom of the screen (or some offset from the edge) or...
RFKeyboardToolbar
2013年12月5日 • MIT许可证
这是一个灵活的UIView和UIButton子类,用于向您的UITextFields/UITextViews添加自定义按钮和工具栏。它用于https://cocoacontrols.cn/controls/rfmarkdowntextvi...
未提供图像。
RFMarkdownTextView
2013年12月3日 • MIT许可证
这是一个UITextView,旨在模仿iOctocat(http://ioctocat.com)中的评论工具栏,并具有自动插入Markdown功能。
TQMultistageTableView
2013年12月2日 • MIT许可证
TQMultistageTableView是一个分为三层的列表控件,第一层点击后,可以展开第二层列表,第二层点击可展开第三层视图。层之间展开和关闭是互斥的,同时只有一个展开的列表层级。支持最低iOS版本为IOS6.0。