Is there any way to know if a tableview cell is currently visible? I have a tableview whose first cell(0) is a uisearchbar. If a search is not active, then hide cell 0 via an offset. When the table only has a few rows, the row 0 is visible. How to determine if row 0 is visible or is the top row?
|
Because the This is more useful to you than the |
|||||||||||||
|
|
To checking tableview cell is visible or not use this code of line
here newIndexPath is IndexPath of checking cell..... |
|||
|
|
IOS 4:
|
||||
|
|