Open Source iOS Library Allows Detection Of Control Center Opening And Adaptive Rounded Corners

Earlier this month I mentioned a library from Aaron Abentheur for creating user interfaces using gesture detection on the camera feed.

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.

Here’s an animation from the readme showing the control center detection feature in action:

AAWindow

You can find AAWindow on Github here.

Some useful additions to UIWindow for creating more polished apps.

Original article: Open Source iOS Library Allows Detection Of Control Center Opening And Adaptive Rounded Corners

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *