国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

iOS UIAlertView自動關閉功能

2020-07-26 02:47:23
字體:
來源:轉載
供稿:網友

一,效果圖。

二,代碼。

RootViewController.h#import <UIKit/UIKit.h>@interface RootViewController : UIViewController<UIAlertViewDelegate>@endRootViewController.m- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //alert UIAlertView *alert=[[UIAlertView alloc]initWithTitle:nil message:@"一個可以自動關閉的Alert窗口" delegate:self cancelButtonTitle:nil otherButtonTitles:nil, nil]; [alert show]; //顯示框 UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; indicator.backgroundColor=[UIColor redColor]; indicator.center = CGPointMake(alert.bounds.size.width/2, alert.bounds.size.height-40.0); [indicator startAnimating]; [alert insertSubview:indicator atIndex:0]; //定時器 [NSTimer scheduledTimerWithTimeInterval:3.0f target:self selector:@selector(dismissAlert:) userInfo:[NSDictionary dictionaryWithObjectsAndKeys:alert, @"alert", @"testing ", @"key" ,nil] repeats:NO];}//alert 自動消失-(void) dismissAlert:(NSTimer *)timer{ UIAlertView *alert = [[timer userInfo] objectForKey:@"alert"]; [alert dismissWithClickedButtonIndex:0 animated:YES];}

以上所述是小編給大家介紹的iOS UIAlertView自動關閉,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 庆元县| 安平县| 内丘县| 常熟市| 莱阳市| 宿松县| 铁力市| 乌鲁木齐市| 东乌珠穆沁旗| 长寿区| 荣成市| 千阳县| 囊谦县| 商水县| 白水县| 额尔古纳市| 奇台县| 天门市| 陇西县| 逊克县| 利川市| 南陵县| 昌江| 宜良县| 贺州市| 东明县| 肇东市| 德格县| 海伦市| 双牌县| 辉南县| 华亭县| 淄博市| 隆林| 呼和浩特市| 石渠县| 大丰市| 怀柔区| 尖扎县| 呼和浩特市| 富阳市|