弹出:
- (IBAction)btnAction:(id)sender {
UIImageView* imgview=[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Professortocat_v2"]];
imgview.backgroundColor=[UIColor blueColor];
[[WHUPopViewManager manager] showWithView:imgview height:250];
}
隐藏:
[[WHUPopViewManager manager] dismiss];
感谢桦木沉海童鞋的无私帮助!!!!!