首页 > 微信 > 详细

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

时间:2015-10-19 00:34:58      阅读:919      评论:0      收藏:0      [点我收藏+]

技术分享  技术分享

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

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

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

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

 

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

原文:http://www.cnblogs.com/oumygade/p/4890733.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!