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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -