Skip to content

iOS加载提示界面,兼容各版本,替代iOS7无法在UIAlertView上添加子视图

Notifications You must be signed in to change notification settings

dapang/XULoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XULoadingView

如您的项目是 ARC,请在编译参数中添加 -fno-objc-arc

  1. 将 src 目录中的文件添加到您的工程中去
  2. 添加 #import "XULoadingView.h" 头文件
  3. XULoadingView *loadingView = [[XULoadingView alloc] initWithParentView:self.view]; 初始化方法并传入加载时所覆盖的View
  4. [loading show]; 显示加载界面
  5. [loading dismiss]; 隐藏加载界面

About

iOS加载提示界面,兼容各版本,替代iOS7无法在UIAlertView上添加子视图

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published