UI Deploy

Curated, Short, Web UI Dev we Love.

Open Source iOS Component Providing A UIView Subclass That Automatically Bends On Position Changes

A couple of months ago I mentioned an interesting library allowing you to easily create animated mesh transform effects on a view which among other effects allowed you to create some interesting bending effects.

Here’s an interesting UIView subclass created in Swift that automatically creates a neat bending animation whenever it’s position changes called AHKBendableView by Arkadiusz Holko inspired by the bending corners effect seen when displaying/removing the action sheet in the Skype app.

view source

Advertisement