I have an UITableView,where i"m getting a customUITableViewCell with an UILabel and an UIButton,i want to change the Label text value for particular row after pressing the button which in same row. Please help me,i'm new in iPhone.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Please check whether you mapped action fro your button and continue with this..
Here you are getting row for your clicked cell.. Then you can change your label text easily.. by
|
||||
|
|
