hi all,
i am new to iphone programming
i fill my table view with 10 rows(cell). I add four subview to cell object. Now if user select any row then we can get row of table(via indexPath.row of didSelectRowAtIndexPath method) but how can i access the selected cell and value of particular subview of cell? I know i am doing little mistake(or confuse) but i am unable to caught this mistake?
Please suggest
i am new to iphone programming
i fill my table view with 10 rows(cell). I add four subview to cell object. Now if user select any row then we can get row of table(via indexPath.row of didSelectRowAtIndexPath method) but how can i access the selected cell and value of particular subview of cell? I know i am doing little mistake(or confuse) but i am unable to caught this mistake?
Please suggest