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

  

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

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

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

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

 

posted @ 2015-10-18 23:59  oumygade  阅读(320)  评论(0编辑  收藏  举报