Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 521 Bytes

ReadMe.md

File metadata and controls

22 lines (17 loc) · 521 Bytes

image

####仿淘宝选择窗口的弹出样式

弹出:

- (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];

感谢桦木沉海童鞋的无私帮助!!!!!