UITableViewにあるセル全てをループして取得する方法

d_animal141d_animal141 のブックマーク 2015/10/14 20:35

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

【objective-c】UITableViewにあるセル全てをループして取得する方法 - もぐめぽろぐ

    NSMutableArray *cells = [[NSMutableArray alloc] init]; for (NSInteger j = 0; j < [tableView numberOfSections]; ++j) { for (NSInteger i = 0; i < [tableView numberOfRowsInSection:j]; ++i) { [cells ad...

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう