将视图添加到:
-(void)showInView:(UIView *)view{
[[UIApplication sharedApplication].delegate.window.rootViewController.view addSubview:self];
}