MTControlios 事件处理

联合创作 · 2023-09-27 21:54

MTControl 给 iOS 的 UIControl 对象附加了类似 jQuery 风格的事件处理。

示例代码:

UIButton *button = [UIButton buttonWithType:UIButtonTypeContactAdd];

[button touchDown:^(UIEvent *event) {
    [_spinner start];
    [_model fetchFromServer:@"http://mysterioustrousers.com" success:^(BOOL success){
        [_spinner stop];
    }];
}];
浏览 13
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报