21

Here’s another interesting library submitted by Aaron for making apps a little more polished called AAWIndow providing a UIWindow subclass that allows for detection when a user opens control center, and provides adaptive rounded corners.

The rounded corners feature allows you to avoid artifacts being shown when the user uses the multitasking switcher by automatically changing the corner radius to zero. The control center detection feature is great for assisting users in setting up Airplay.

You can find AAWindow on Github here.