2014-01-19から1日間の記事一覧

UITableViewCellの画面内のframeを取得する

iOS

// UITableView内のrect CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath]; // UITableView内のrectをrootViewのrectに変換する [tableView convertRect:rectInTableView toView:rootView];