getting the bounds of a cell in groupedtable.
- by praseed
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.