搜索结果 - blocks

Me screenshot

2016年11月28日 • MIT许可
解决“嵌套异步计算”问题的超薄就地解决方案
WCSAlertController screenshot

WCSAlertController

2016年11月15日 • Apache 2.0许可
包含一些额外参数和完成块的UIAlertController示例。
ARDetector screenshot

ARDetector

2015年7月3日 • MIT许可
CIDetector, AVCaptureVideoDataOutput 和 AVCaptureMetadataOutput 分类。包含人脸、矩形、二维码,以及未来文本 CIDetector 和用于处理 AVCaptureOutput 的 blocks。
DeepLink SDK screenshot

DeepLink SDK

2015年1月13日 • MIT许可
presses Button DeepLink SDK 是一种出色的路由匹配、基于 blocks 的处理 deep links 的方法。而不是决定如何格式化您的 URL,解析它们,传递数据,并导航到特定内容...
AMBTableViewController screenshot

AMBTableViewController

2014年9月28日 • Apache 2.0许可
以 Storyboard 和 Prototype Cells 为中心的基于 blocks 的 UITableView 控制器,用于管理复杂布局。
BHTKeyboardAnimationBlocks screenshot

BHTKeyboardAnimationBlocks

2014年6月21日 • MIT许可
UIViewController 分类,使在键盘出现/消失时进行动画更容易。提供了一个简单的基于 blocks 的 API,用于设置对每个 UIKeyboard...进行的动画。
NSObject+CLFNotificationObserver screenshot

NSObject+CLFNotificationObserver

2014年5月10日 • MIT许可
为 NSObject 创建 NSNotification 观察器,并为 weakSelf/strongSelf 舞蹈处理。
WMGaugeView screenshot

WMGaugeView

2014年2月19日 • MIT许可
高度可定制的 iOS 量表控件。
InstagramKit screenshot

InstagramKit

2014年2月17日 • MIT许可
Instagram API 的一个小巧的基于 blocks 的 Objective-C 包装器。它可以在后台线程上解析 JSON 响应,为您做脏活儿,因此您只需处理 In...
RFKeyboardToolbar screenshot

RFKeyboardToolbar

2013年12月5日 • MIT许可
这是一个灵活的 UIView 和 UIButton 子类,用于向您的 UITextFields/UITextViews 添加自定义按钮和工具栏。它在 https://cocoacontrols.cn/controls/rfmarkdowntextvi...
SHUIKitBlocks screenshot

SHUIKitBlocks

2013年8月25日 • MIT许可
UIKit 在不使用 libffi 和 swizzling 的范畴前缀 Blocks。包含:* SHAlertViewBlocks => UIAlertView * SHControlBlocks => UIControl ...
UIWebView-Blocks screenshot

UIWebView-Blocks

2013年8月15日 • MIT许可
一个简单的基于 blocks 的 UIWebView 分类实现,而不是使用混乱的代理。
IAElegantSheet screenshot

IAElegantSheet

2013年8月4日 • MIT许可证
用优雅的方式替换UIActionSheet。看起来优雅,编写起来也不复杂。
SHActionSheetBlocks screenshot

SHActionSheetBlocks

2013年7月8日 • MIT许可证
无需libffi或swizzling即可使用的基于块语法的UIActionSheet。pod 'SHActionSheetBlocks', '~> 1.1.0'
PBPayPalPaymentViewController screenshot

PBPayPalPaymentViewController

2013年3月18日 • BSD许可证
这是一个PayPalPaymentViewController的子类,它添加了使用块而不是代理的能力。
FSExtendedAlertKit screenshot

FSExtendedAlertKit

2013年3月2日 • BSD许可证
用块回调简单替换UIAlertView和UIActionSheet,并快速访问带有UIActivityIndicatorView和UIProgressView子视图的提醒。
RFQuiltLayout screenshot

RFQuiltLayout

2013年2月27日 • MIT许可证
RFQuiltLayout是UICollectionViewLayout的子类,它可以像砌砖一样排列各种大小的单元格。* 快速 * 支持插入/删除动画 * 动态布局方式任你选择...
MNMRemoteImageView screenshot

MNMRemoteImageView

2013年2月14日 • BSD许可证
`MNMRemoteImageView`是一个简单的`UIImageView`替代品,它从URL异步显示图像。你可以像常规`UIImageView`一样使用这个控件。
UIBAlertView screenshot

UIBAlertView

2013年2月6日 • BSD许可证
基本的UIAlertView功能,带有块回调。享受吧 :] http://stavash.wordpress.com/2013/01/31/quick-tip-uialertview-with-a-block-callback/
action-sheet-blocks screenshot

action-sheet-blocks

2013年2月4日 • BSD许可证
`UIActionSheet`的分类,提供完成处理程序以监听交互。这样可以避免实现代理模式。