Hi everyone, I'm really confused about that; I have an example view. it contains an UITableview, this tableview contains approximately four or five rows. I don't know am i right or wrong way ? I'm trying that when the user click to the cell the table, i'm trying to add new custom cell onto the clicked cell with animation, this custom cell contains some action and information about the clicked cell. This is actually like to FaceBook start page on the iphone. In Facebook program when the user click to plus icon on the left side of row on start page view, it's working but how.
Can someone provide me an example code or any suggestions ?
Thank you very much.
EDIT :
Guys let me add more detail with some screenshots.
As you can see on this picture, displaying list of data or some think like that. When the user press the talk balloon (with plus icon) on the right side or per row.
Custom cell or view (whatever) is coming from leftside to onto the selected cell, with transition.
I think, my question was very clear now.
How can i do that ?