What will happen when the tableView:accessoryButtonTappedForRowWithIndexPath UITableViewDelegate method is called, in a case where there is a custom UIControl subclass in the standard accessory view?
Correct Answer: The delegate method will not be called, because it is a custom control view.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More IOS Technical Test MCQ Questions