I've a simple question but I cannot find a clear answer around the web.
Suppose I have a custom
UITableViewCell
With the default disclosure detail button that take to a detail view controller.
Is it good to have secondary, custom button that, when tapped, fires another action rather than presenting the detail view controller?
Or it could be an HIG violation?
any suggestion very appreciated.