日本搞逼视频_黄色一级片免费在线观看_色99久久_性明星video另类hd_欧美77_综合在线视频

國(guó)內(nèi)最全I(xiàn)T社區(qū)平臺(tái) 聯(lián)系我們 | 收藏本站
阿里云優(yōu)惠2
您當(dāng)前位置:首頁(yè) > php開源 > 綜合技術(shù) > iOS開發(fā)學(xué)習(xí)之#提醒處理#(1)響應(yīng)提醒視圖

iOS開發(fā)學(xué)習(xí)之#提醒處理#(1)響應(yīng)提醒視圖

來源:程序員人生   發(fā)布時(shí)間:2014-12-13 08:33:17 閱讀次數(shù):2736次

在這里我用到了視圖庫(kù)里的Navigation Controller導(dǎo)航控制器。

提示操作主要用到了UIAlertviewDelegate協(xié)議中的alertView:clickButtonAtIndex:方法實(shí)現(xiàn),其語(yǔ)法情勢(shì)以下:

- (void) alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;

(UIAlertView *)alertView用來指定正告視圖中包括的按鈕,(NSInteger)buttonIndex用來指定點(diǎn)擊的按鈕的索引

核心代碼以下:

TableViewController.h

#import <UIKit/UIKit.h> @interface TableViewController : UITableViewController<UITableViewDataSource,UITabBarDelegate,UIAlertViewDelegate>{ NSMutableArray *a; } - (IBAction)aa:(id)sender; - (IBAction)bb:(id)sender; @end

TableViewController.m部份代碼片斷

- (IBAction)aa:(id)sender { UIAlertView *a = [[UIAlertView alloc]initWithTitle:@"編輯" message:@"請(qǐng)選擇項(xiàng)目" delegate:self cancelButtonTitle:@"Canel" otherButtonTitles:@"Add",@"Delete", nil]; [a show]; } - (void) alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{ NSString *b = [alertView buttonTitleAtIndex:buttonIndex]; if ([b isEqualToString:@"Delete"]) { [self setEditing:YES]; } if ([b isEqualToString:@"Add"]) { UIAlertView *a1 = [[UIAlertView alloc]initWithTitle:@"添加" message:@"肯定要添加聯(lián)系人嗎" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles: nil]; [a1 show]; } } - (IBAction)bb:(id)sender { [self setEditing:NO]; } - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath{ if (editingStyle == UITableViewCellEditingStyleDelete) { [a removeObjectAtIndex:indexPath.row]; [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationAutomatic]; } }



生活不易,碼農(nóng)辛苦
如果您覺得本網(wǎng)站對(duì)您的學(xué)習(xí)有所幫助,可以手機(jī)掃描二維碼進(jìn)行捐贈(zèng)
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關(guān)閉
程序員人生
主站蜘蛛池模板: 中文 日韩 欧美 | 91精品国产综合久久久久久丝袜 | 欧美在线视频二区 | 久久久久国产精品免费免费搜索 | 国产三级午夜理伦三级 | 国产偷国产偷av亚洲清高 | 69xx视频| 日韩欧美在线一区二区三区 | 久久综合一区二区 | 亚洲一区二区国产 | 91 久久| 亚洲欧洲成人 | 久久高清精品 | 国产精品久久毛片av大全日韩 | 国产精品三级在线观看 | 精品成人一区二区 | 免费a v网站 | 福利视频网址 | 中文字幕一区二区三区在线乱码 | 国产精品视频区 | 免费精品国产的网站免费观看 | 美女视频黄免费 | 91jq激情在线观看 | 成人做爰视频www网站小优视频 | 中文字幕 亚洲视频 | 亚洲精品九九 | 国产免费成人av | 99精品视频在线观看免费 | 日本免费中文字幕 | 国产黄大片在线观看 | 中文字幕在线一区二区三区 | 精品成人国产 | 欧美日韩在线免费 | 国产精品久久久久久久久久东京 | 午夜精品国产精品大乳美女 | 国产在线视频一区二区 | 天天操夜夜爱 | 日韩小视频在线观看 | 国产精品久久久久久久午夜片 | 欧美精品一区二区三区四区五区 | 激情成人黄色 |