ios - Cell location in Personal Hotspot mode -


i trying capture uitablviewcell location in personal hotspot mode after clicking cell. know there larger blue status bar in mode. when use:

 cgrect cellrect = [tableview rectforrowatindexpath:indexpath];  cellrect = cgrectoffset(cellrect, -tableview.contentoffset.x, -tableview.contentoffset.y); 

it returns me not correct location of cell press on. correct without personal hotspot. wondering how solve this.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -