10
如何獲得UITableViewCell的矩形大小?如何獲得UITableViewCell的矩形大小?
我想每一個用戶點擊一個細胞的時間來顯示彈出懸停,想彈出懸停出現在每一個細胞中心:
[replyPopover presentPopoverFromRect:CGRectMake(77, 25, 408, 68)
inView:self.view
permittedArrowDirections:UIPopoverArrowDirectionDown
animated:YES];
這是一個很好的解決方案! – 2010-04-20 15:52:03
這非常有幫助。我揉了一個錯誤的,我正在破解我的頭[[tableView cellForRowAtIndexPath:indexPath] height] - 你的解決方案是我真正需要的。謝謝一堆! – Veeru 2012-04-23 09:38:52