
I am showing records in a UITableView having UITableViewCellAccessoryDetailDisclosureButton as the cell accessory. I want to display these “Save”,”Send to” and “Visit” options when user click on detail disclosure button, but i have no idea how to do this.
Please help me.
At first, you have to implement (this is different call from particular select row)
inside it, you’re using some code like this:
You pressed index path = indexPath
last point – is a change pointer to accessory button
– (void)setTargetRect:(CGRect)targetRect inView:(UIView *)targetView