iOS 通过分类实现 微信的导航栏"加载中..."
使用简单: 1. #import "UIViewController+NavBarLoading.h"
2. 调 [self startLoading], 显示加载中...
3. 调 [self stopLoading], 恢复之前的导航栏Title
源码地址: https://github.com/tomatoK/UIViewController-Extension
使用简单: 1. #import "UIViewController+NavBarLoading.h"
2. 调 [self startLoading], 显示加载中...
3. 调 [self stopLoading], 恢复之前的导航栏Title
源码地址: https://github.com/tomatoK/UIViewController-Extension