How to pass values between two Custom UITableViewCells in iphone
Posted
by Mithun
on Stack Overflow
See other posts from Stack Overflow
or by Mithun
Published on 2010-04-27T13:08:39Z
Indexed on
2010/04/27
14:23 UTC
Read the original article
Hit count: 369
I have two customized cells in an iphone UITableViewController and would like to capture the data in one cell into another.....
I am currently unable to post images and pls assume the following points.
There are two custom UITableViewcells 1) Notes Textfield in one customcell 2) Submit button in another text field. Now i want to pass data typed in the notes textfield to be available when I click the Submit button.... Is this possible? Please help....:(
© Stack Overflow or respective owner