Email or username:

Password:

Forgot your password?
Top-level
Lickability

The player background is the same as Apple Music — it warps and twists the episode artwork and blurs it to make this mesh gradient effect. Our designer,
@samhenrigold, did a deep dive into that if you’re curious how it works:

hachyderm.io/@samhenrigold/112

1 comment
Lickability

Finally, swipe down the player slowly and notice the corners of that player sheet. It matches the corner radius of the display! Unfortunately, this isn’t a documented API. It’s stored as a key on UIScreen called `_displayCornerRadius` which you totally shouldn’t obfuscate & use.

The episode player sheet mid-drag wrapped in an iPhone 15 Pro frame. The shape of the player sheet has a purple outline and the iPhone display has an orange outline — they’re the same radius (55 points).
Go Up