ui

ios

Make a SlideOut Menu

A quick tutorial to illustrate how to create a slide out menu like the one in the iOS Twitter app. I'll walk through how to programmatically create the view hierarchy and how to handle the various states. Finally, I will show you how to add a drag gesture to complete the interaction.

Read