版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、繼續(xù)介紹一個有用的TableView中全選單元格的例子,里面的方法可以用在閱讀器中用 戶對閱讀內(nèi)容來源的選擇上,如圖所示:運營高令全選運營高宇取消核心代碼如下:objc view plaincopy1.2.3.4.5.6.-(void)viewDidLoadsuper viewDidLoad;/創(chuàng)建表視圖_table_table = UITableView allocinitWithFrame:CGRectMake(0, 64, 320, 500) s tyle:UITableViewStylePlain;7.8.9.10._table.delegate = self;_table.dataS
2、ource = self;self .view addSubview:_table;11.12.13.14./將字典NO- checked裝入可變數(shù)組中,來控制單元格左邊對勾視圖 _contacts = NSMutableArray array;for (int i = 0; i 10; i+) NSMutableDictionary *dic = NSMutableDictionary dictionary;15.16.17.18.19.20.21.22.23.24.25.1.2.3.4.5.6.dic setValue:NO forKey:checked;_contacts addObje
3、ct:dic;/創(chuàng)建屏幕左上方的全選按鈕_button = UIButton buttonWithType:UIButtonTypeRoundedRect;_button setTitle :全選forState:UIControlStateNormal;_button.frame = CGRectMake(10, 10, 100, 50);_button addTarget:self action:selector(allSelect:) forControlEvents:UIControlEventTouchUpInside;self.view addSubview:_button; ob
4、jc view plaincopy/全選按鈕的觸發(fā)事件-(void)allSelect:(UIButton*)sender將表視圖的所有的單元格放在數(shù)組里NSArray *anArrayOfIndexPath = NSArray arrayWithArray:_table indexPathsForVisibleRows;7.8.9.10.11.12.13.14.15.16.17.)18.19.20.21.22.23.24.25.26./27.ifh:indexPath;for (int i = 0; i anArrayOfIndexPath count; i+) /得到表視圖的indexPa
5、thNSIndexPath *indexPath= anArrayOfIndexPath objectAtIndex:i;/創(chuàng)建每個單元格,LTableViewCell *cell = (LTableViewCell*)_table cellForRowAtIndexPatNSUInteger row = indexPath row;NSMutableDictionary *dic = _contacts objectAtIndex:row;/判斷當前按鈕的狀態(tài)是全選還是取消,設置不同的標記if (UIButton*)sender titleLabel text isEqualToString
6、:全選dic setObject:伊YES forKey:checked;cell setChecked:YES;else dic setObject:伊NO forKey:checked;cell setChecked:NO;兩種狀態(tài)的切換(UIButton*)sender titleLabel text isEqualToString:全選)28.29.30.31.32.33.34.35.36.37.38.39.40.41.for (NSDictionary *dic in _contacts) dic setValue:YES forKey:checked; (UIButton*)sen
7、der setTitle:取消 forState:UIControlStateNormal;elsefor (NSDictionary *dic in _contacts) dic setValue:NO forKey:checked;(UIButton*)sender setTitle:全選forState:UIControlStateNormal; objc view plaincopy1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.-(UITableViewCell *)tableView:(UITableView *)t
8、ableView cellForRowAtIndexPat h:(NSIndexPath *)indexPathstatic NSString * identifier = Cell;/創(chuàng)建單元格LTableViewCell * cell = tableView dequeueReusableCellWithIdentifier:ide ntifier;if (cell = nil) cell = LTableViewCell allocinitWithStyle:UITableViewCellStyleDefa ult reuseIdentifier:identifier;NSUIntege
9、r row = indexPath row;NSMutableDictionary *dic = _contacts objectAtIndex:row;if (dic objectForKey:伊checked isEqualToString:NO) dic setObject:NO forKey:checked;cell setChecked:NO;else dic setObject:YES forKey:checked;cell setChecked:YES;return cell;23.objc view plaincopy1.2.3.4.5.-(void)tableView:(UI
10、TableView *)tableView didSelectRowAtIndexPath:(NSIndexP ath *)indexPathtableView deselectRowAtIndexPath:indexPath animated:YES;LTableViewCell *cell = (LTableViewCell*)tableView cellForRowAtIndexPath6.7.8.9.10.11.12.13.14.15.16.17.18.19.:indexPath;NSUInteger row = indexPath row;NSMutableDictionary *d
11、ic = _contacts objectAtIndex:row;/創(chuàng)建單元格左邊的打鉤視圖if (dic objectForKey:伊checked isEqualToString:NO) dic setObject:YES forKey:checked;cell setChecked:YES;else dic setObject:NO forKey:checked;cell setChecked:NO;在 LTableViewCell 中objc view plaincopy1.2.3.4.5.6.7.8.5.09.10.11./用checked來判斷是否加上對勾視圖-(void)setChecked:(BOOL)checkedif (checked)m_checkImageView.image = UIImage imageNamed:Selected.png;self.backgroundView.backgroundColor = UIColor colorWithRed:223.0/25 green:230.0/255.0 blue:250.0/255.0 alpha:1.0;else12.13.14.15.16.17.18.
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二手車位買賣合同(2024年版)
- 2025年版詳盡多條款電子競技賽事運營合同3篇
- 二零二五版果園品牌推廣與市場營銷合同
- 二零二五年度第二十幼兒園幼兒園幼兒教育質(zhì)量提升項目合同3篇
- 2025年度跨境電商平臺服務合同模板4篇
- 2025年度廠房租賃合同中環(huán)保達標及整改服務協(xié)議4篇
- 農(nóng)業(yè)保險對糧食主產(chǎn)區(qū)農(nóng)業(yè)產(chǎn)出效率的影響研究
- 輕資產(chǎn)運營模式對企業(yè)財務績效的影響分析
- 2025年度廠房建設勞務派遣與人員培訓合同范本4篇
- 二零二五版旅游大巴租賃與景區(qū)導游講解服務合同3篇
- 春節(jié)英語介紹SpringFestival(課件)新思維小學英語5A
- 進度控制流程圖
- 2023年江蘇省南京市中考化學真題
- 【閱讀提升】部編版語文五年級下冊第四單元閱讀要素解析 類文閱讀課外閱讀過關(含答案)
- 供電副所長述職報告
- 現(xiàn)在完成時練習(短暫性動詞與延續(xù)性動詞的轉(zhuǎn)換)
- 產(chǎn)品質(zhì)量監(jiān)控方案
- 物業(yè)總經(jīng)理述職報告
- 新起點,新發(fā)展心得體會
- 深圳大學學校簡介課件
- 校園欺凌問題成因及對策分析研究論文
評論
0/150
提交評論