Primary and secondary actions on iOS table view cells

What is the iOS equivalent of a Material list item with primary and secondary actions? (I'm an Android guy)

Material list item

A possible solution for the primary action would be something like this:

iOS table view cell

But what about the secondary action(s)?

The Podcast app for example uses three dots to display an Action Sheet, but there is no distinction between primary and secondary action.

In my case the primary action is very important (buy tickets) compared to the secondary action. Also, I'd like not to use "hidden" actions underneath a swipeable table view cell because of bad discoverability.

Any ideas?