Re: [問題] 如何等待alert結束?

看板MacDev作者 (殘羽星辰)時間15年前 (2010/09/03 23:49), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串7/8 (看更多)
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return [sectionArray count]; } - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return [[sectionArray objectAtIndex:section] count]; } - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSInteger row = [indexPath row]; NSInteger section = [indexPath section]; // Create a cell if one is not already available UITableViewCell *cell = [self.tableView dequeueReusableCellWithIdentifier:@"any-cell"]; if (cell == nil) cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:@"any-cell"] autorelease]; // Set up the cell by coloring its text [cell.textLabel setText: [sectionArray objectAtIndex:0]]; return cell; } -- [請問] 吹風機插頭一直不拔會不會怎樣 推 eggimage:= = 建議千萬別這樣做..上次有人這樣 結果佔用一個插座.. 10/26 08:05 推 WhatCanIDo:樓上..然後呢@@ 10/26 08:07 推 eggimage:就少一個插座用 很不方便.. 10/26 08:08 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.72.87.32
文章代碼(AID): #1CWHZsvt (MacDev)
文章代碼(AID): #1CWHZsvt (MacDev)