getting the bounds of a cell in groupedtable.
Posted
by praseed
on Stack Overflow
See other posts from Stack Overflow
or by praseed
Published on 2010-05-26T10:48:57Z
Indexed on
2010/05/26
10:51 UTC
Read the original article
Hit count: 182
iphone-sdk-3.0
hi friends...
how can i get the bounds of a row in a cell in a grouped table..My intention is to adjust the table view whenever the keyboard pops up. wat i have is a groupedtable with each cell having a textfield as subview of its contentview.. how can i get the bounds of the row in a cell, whenever user taps on a particular textfield. i need the bounds of the row so that i can adjust the view whenever keyboard pops up. Pls help me to find a solution. i am new to iphone development.
© Stack Overflow or respective owner