iOS 通过分类实现 微信的导航栏"加载中..."

时间:2015-10-19 00:37:45   收藏:0   阅读:864

技术分享  技术分享

使用简单: 1. #import "UIViewController+NavBarLoading.h"

      2. 调 [self startLoading], 显示加载中...

      3. 调 [self stopLoading], 恢复之前的导航栏Title

源码地址: https://github.com/tomatoK/UIViewController-Extension

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!