norsez

6款Pods

BDBorderedButton

每个人都很喜欢平面设计。但有时候按钮需要边框。BDBorderedButton为iOS平面按钮提供边框。

许可证:MIT

  • Objective C

BDDynamicGridViewController

漂亮的自动布局滚动网格视图。针对iOS 5.1, 6.0, 7.0进行了优化,基于UITableView,该控件可以显示网格中的UIView,可以是自动布局或自定义布局。

许可证:BSD

  • Objective C

BDInfiniteLabel

                   One-line label control that allows user to easily scroll long NSAttributedString.

某些UILabel做不到的事情。* 非常适合在紧凑的单行空间中适合长文本 * 用户可以滚动,也就是说,浏览长文本。请查看演示。 * 不支持多行文本

许可证:MIT

  • Objective C

BDMultiDownloader

基于NSURLConnection的简单基于块的并发多URL数据下载器。您的应用程序需要从多个URL(本地或非本地)同时下载。此类通过使用块和NSURLConnection以简单的方式实现。

许可证:BSD

  • Objective C

BDUIViewUpdateQueue

                  When using UITableView or UICollectionView, asynchronous updating of your datasource and your view can be difficult without proper queuing. Sometimes upating these views can even crash your app (NSInternalInconsistencyException dreads). 

BDUIViewUpdateQueue 使用 GCD (dispatch_queue_t) 将视图锁定到串行队列,然后在主队列中执行您的块。这样可以确保数据源始终与UITableView或UICollectionView的状态保持同步。其他视图也会正常工作。

许可证:MIT

  • Objective C