I have a custom table view cell with a button and a label. Label value is fetched from NSMutableArray and label is hidden by default. On button click I want to unhide label of the same cell. Thanks in Advance.I have a custom table view cell with a button a