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

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

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

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -