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
Post a Comment