弹出提示窗口

简介: 弹出提示窗口
UIAlertView *myAlert = [[UIAlertView alloc]initWithTitle:@"显示时间" message:tmpStr delegate:self cancelButtonTitle:@"取消" otherButtonTitles:nil];  
//AlertView弹出  
 [myAlert show];  
相关文章
|
6月前
|
C++
(13)对话框
(13)对话框
|
小程序 JavaScript
小程序点击按钮弹出可填写框
小程序点击按钮弹出可填写框
104 0
|
Windows
CWnd::OnContextMenu函数(右键单击弹出快捷菜单)
CWnd::OnContextMenu函数(右键单击弹出快捷菜单)
85 0
4款侧边栏弹出效果
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.
875 0