I was exploring the new Apple Music app the other day, and found a rather peculiar action sheet...

Until now, I didn't know either UIAlertController or UIActionSheet could have dividers like this! Come to think of it, how did they get that top button to look like a table view cell?
I have poured over both the UIActionSheet, UIAlertController, and UIAlertAction documents without success. So far as I know, Apple doesn't look kindly to subclassing these, or messing with the view hierarchy.
My questions then, are as follows:
- How can I reproduce those thicker divider thingies on my own action sheets?
- How can I reproduce that top button, with an image and descriptive text below the main action body?
- Is there any current API that provides this functionality?
Any guidance would be much appreciated. Thank you in advance.



