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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -