YTKNetwork icon indicating copy to clipboard operation
YTKNetwork copied to clipboard

YTKNetwork is a high level request util based on AFNetworking.

Results 102 YTKNetwork issues
Sort by recently updated
recently updated
newest added

dispatch_group_t group = dispatch_group_create(); dispatch_group_async(group, GlobalQueue, ^{ dispatch_group_enter(group); 这里做YTK请求,进入请求流程后,失败或者成功的结果都没有返回。 dispatch_group_leave(group); } });

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [ ] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [ ] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [...