CJAHandler实现Objective C的处理程序模式
CJAHandler obj-c处理程序模式的实现
Installation
只需拖放位于CJAHandler文件夹中的文件或将CJAHandler添加到您的podfile中。
Usage
首先查看示例项目以获取更多示例:
- (void)viewDidLoad {
[super viewDidLoad];
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[button setTitle: @"Example Property Handler" forState:UIControlStateNormal];
button.frame = CGRectMake(10, 100, 100);
[self.view addSubview:button];
}
下载地址
用户评论