标签:
将视图添加到:
-(void)showInView:(UIView *)view{
[[UIApplication sharedApplication].delegate.window.rootViewController.view addSubview:self];
}
覆盖整个控制器的指示图
原文地址:http://www.cnblogs.com/modaoyicheng/p/4855283.html