iphone开发常引用的类模块说明

来源:互联网 发布:一加3邀请码淘宝多少钱 编辑:程序博客网 时间:2024/04/29 16:46

ios开发常使用的一些开源类库,真的非常好用,附链接。


MLNavigationController 多层导航 仿新浪微博的右滑后退功能。

地址:http://code1.okbase.net/codefile/MLNavigationController.h_2013042322184_6.htm


MBProgressHUD 指示器,用于表示页面加载的状态,如加载中式样

地址:https://github.com/jdg/MBProgressHUD


MyUITabBar 自定义的Tabbar,中间可变形的。


JSBadgeView 冒泡,显示有多少条未读消息。圈圈中加一个数字样式。

地址:https://github.com/JaviSoto/JSBadgeView


THCircularProgressView 圆形进度条,很不错的效果哦。

地址:https://github.com/tiagomnh/THCircularProgressView


EGORefreshTableHeaderView 下拉刷得新加载列表,带箭头上下翻动的加载效果动画。

地址:https://github.com/enormego/EGOTableViewPullRefresh


AsyncImageView 异步加载图片并缓存代码

地址:http://www.markj.net/iphone-asynchronous-table-image/


JSON编解码

地址:http://code.google.com/p/json-framework/


GTMBase64编解码

地址:http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/?r=87


安全存储用户密码到keychain

https://github.com/ldandersen/scifihifi-iphone

0 0