iOS开发常用的第三方类库

嵌入式系统 时间:2016-10-08来源:网络

显示加载状态:

1
[ZAActivityBar showWithStatus:@加载中...];

显示成功、失败状态:

1
2
[ZAActivityBar showSuccessWithStatus:@成功!];
[ZAActivityBar showErrorWithStatus:@失败!];

隐藏提示:

1
[ZAActivityBar dismiss];

SBJson JSON解析

官方: http://sbjson.org/

GitHub:https://github.com/stig/json-framework

API使用起来稍显繁琐,特别是初始化的时候:

1
2
3
4
5
6
7
8
9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

关键词:

加入微信
获取电子行业最新资讯
搜索微信公众号:EEPW

或用微信扫描左侧二维码

相关文章

Copyright ©2000-2017 ELECTRONIC ENGINEERING & PRODUCT WORLD. All rights reserved.