UI Deploy

Curated, Short, Web UI Dev we Love.

Open Source iOS Component For Creating Draggable Modal Views

Earlier this year I mentioned a library allowing you to present modal views with a nice selection of transition effects.

Here’s a custom component that for creating modal views with a nice pop-in transition and the ability to drag out the modal view called ZFDraggableModalTransition from Amornchai Kanokpullwad.

ZFDraggableModalTransition allows you to set the direction that the modal view will appear from, and you can present a scrollable view within your modal view if desired.

view source

Advertisement