美文网首页iOS开发
CustomWaittingView

CustomWaittingView

作者: 瀚清 | 来源:发表于2016-04-19 19:22 被阅读0次

加载数据时显示加载状态,加载完毕恢复

只需两句代码,搞定加载数据图片

[[LWaittingFullView sharedInstance] showWaitingView];

[[LWaittingFullView sharedInstance] hideWaitingView];

代码下载:https://github.com/yangxinpeng/CustomWaittingView

相关文章

  • CustomWaittingView

    加载数据时显示加载状态,加载完毕恢复 只需两句代码,搞定加载数据图片 [[LWaittingFullView sh...

网友评论

    本文标题:CustomWaittingView

    本文链接:https://www.haomeiwen.com/subject/hykzlttx.html