iOS 類似qq列表折疊展開

堅持讓分享成為習慣

@property (assign)BOOL isOpen;

self.isOpen = NO;

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView

{

return [_dataList count];

}

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section

{

if (self.isOpen) {

if (self.selectIndex.section == section) {

return [[[_dataList objectAtIndex:section] objectForKey:@"list"] count]+1;;

}

}

return 1;

}

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

{

return 40;

}

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

if (self.isOpen&&self.selectIndex.section == indexPath.section&&indexPath.row!=0) {

static NSString *CellIdentifier = @"Cell2";

Cell2 *cell = (Cell2*)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];

if (!cell) {

cell = [[[NSBundle mainBundle] loadNibNamed:CellIdentifier owner:self options:nil] objectAtIndex:0];

}

NSArray *list = [[_dataList objectAtIndex:self.selectIndex.section] objectForKey:@"list"];

cell.titleLabel.text = [list objectAtIndex:indexPath.row-1];

return cell;

}else

{

static NSString *CellIdentifier = @"Cell1";

Cell1 *cell = (Cell1*)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];

if (!cell) {

cell = [[[NSBundle mainBundle] loadNibNamed:CellIdentifier owner:self options:nil] objectAtIndex:0];

}

NSString *name = [[_dataList objectAtIndex:indexPath.section] objectForKey:@"name"];

cell.titleLabel.text = name;

[cell changeArrowWithUp:([self.selectIndex isEqual:indexPath]?YES:NO)];

return cell;

}

}

#pragma mark - Table view delegate

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

{

if (indexPath.row == 0) {

if ([indexPath isEqual:self.selectIndex]) {

self.isOpen = NO;

[self didSelectCellRowFirstDo:NO nextDo:NO];

self.selectIndex = nil;

}else

{

if (!self.selectIndex) {

self.selectIndex = indexPath;

[self didSelectCellRowFirstDo:YES nextDo:NO];

}else

{

[self didSelectCellRowFirstDo:NO nextDo:YES];

}

}

}else

{

NSDictionary *dic = [_dataList objectAtIndex:indexPath.section];

NSArray *list = [dic objectForKey:@"list"];

NSString *item = [list objectAtIndex:indexPath.row-1];

UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:item message:nil delegate:nil cancelButtonTitle:@"取消" otherButtonTitles: nil] autorelease];

[alert show];

}

[tableView deselectRowAtIndexPath:indexPath animated:YES];

}

- (void)didSelectCellRowFirstDo:(BOOL)firstDoInsert nextDo:(BOOL)nextDoInsert

{

self.isOpen = firstDoInsert;

Cell1 *cell = (Cell1 *)[self.expansionTableView cellForRowAtIndexPath:self.selectIndex];

[cell changeArrowWithUp:firstDoInsert];

[self.expansionTableView beginUpdates];

NSInteger section = self.selectIndex.section;

NSInteger contentCount = [[[_dataList objectAtIndex:section] objectForKey:@"list"] count];

NSMutableArray* rowToInsert = [[NSMutableArray alloc] init];

for (NSUInteger i = 1; i < contentCount + 1; i++) {

NSIndexPath* indexPathToInsert = [NSIndexPath indexPathForRow:i inSection:section];

[rowToInsert addObject:indexPathToInsert];

}

if (firstDoInsert)

{? [self.expansionTableView insertRowsAtIndexPaths:rowToInsert withRowAnimation:UITableViewRowAnimationTop];

}

else

{

[self.expansionTableView deleteRowsAtIndexPaths:rowToInsert withRowAnimation:UITableViewRowAnimationTop];

}

[rowToInsert release];

[self.expansionTableView endUpdates];

if (nextDoInsert) {

self.isOpen = YES;

self.selectIndex = [self.expansionTableView indexPathForSelectedRow];

[self didSelectCellRowFirstDo:YES nextDo:NO];

}

if (self.isOpen) [self.expansionTableView scrollToNearestSelectedRowAtScrollPosition:UITableViewScrollPositionTop animated:YES];

}

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市鲜锚,隨后出現的幾起案子躏精,更是在濱河造成了極大的恐慌鸥诽,老刑警劉巖俄烁,帶你破解...
    沈念sama閱讀 206,968評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現場離奇詭異劲够,居然都是意外死亡躬络,警方通過查閱死者的電腦和手機,發(fā)現死者居然都...
    沈念sama閱讀 88,601評論 2 382
  • 文/潘曉璐 我一進店門茬底,熙熙樓的掌柜王于貴愁眉苦臉地迎上來沪悲,“玉大人,你說我怎么就攤上這事阱表〉钊纾” “怎么了?”我有些...
    開封第一講書人閱讀 153,220評論 0 344
  • 文/不壞的土叔 我叫張陵最爬,是天一觀的道長涉馁。 經常有香客問我,道長爱致,這世上最難降的妖魔是什么烤送? 我笑而不...
    開封第一講書人閱讀 55,416評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮糠悯,結果婚禮上帮坚,老公的妹妹穿的比我還像新娘牢裳。我一直安慰自己,他們只是感情好叶沛,可當我...
    茶點故事閱讀 64,425評論 5 374
  • 文/花漫 我一把揭開白布蒲讯。 她就那樣靜靜地躺著,像睡著了一般灰署。 火紅的嫁衣襯著肌膚如雪判帮。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,144評論 1 285
  • 那天溉箕,我揣著相機與錄音晦墙,去河邊找鬼。 笑死肴茄,一個胖子當著我的面吹牛晌畅,可吹牛的內容都是我干的。 我是一名探鬼主播寡痰,決...
    沈念sama閱讀 38,432評論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼抗楔,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了拦坠?” 一聲冷哼從身側響起连躏,我...
    開封第一講書人閱讀 37,088評論 0 261
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎贞滨,沒想到半個月后入热,有當地人在樹林里發(fā)現了一具尸體,經...
    沈念sama閱讀 43,586評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡晓铆,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 36,028評論 2 325
  • 正文 我和宋清朗相戀三年勺良,在試婚紗的時候發(fā)現自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片骄噪。...
    茶點故事閱讀 38,137評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡尚困,死狀恐怖,靈堂內的尸體忽然破棺而出腰池,到底是詐尸還是另有隱情尾组,我是刑警寧澤忙芒,帶...
    沈念sama閱讀 33,783評論 4 324
  • 正文 年R本政府宣布示弓,位于F島的核電站,受9級特大地震影響呵萨,放射性物質發(fā)生泄漏奏属。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,343評論 3 307
  • 文/蒙蒙 一潮峦、第九天 我趴在偏房一處隱蔽的房頂上張望囱皿。 院中可真熱鬧勇婴,春花似錦、人聲如沸嘱腥。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,333評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽齿兔。三九已至橱脸,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間分苇,已是汗流浹背添诉。 一陣腳步聲響...
    開封第一講書人閱讀 31,559評論 1 262
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留医寿,地道東北人栏赴。 一個月前我還...
    沈念sama閱讀 45,595評論 2 355
  • 正文 我出身青樓,卻偏偏與公主長得像靖秩,于是被迫代替她去往敵國和親须眷。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 42,901評論 2 345

推薦閱讀更多精彩內容