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.
ReadAll developers have lots of decisions to make when it comes to building apps. Often times we have to reach out to a tried and true library to help us iterate quickly and meet business demands. Here I present a list of some useful open source frameworks that can help speed your development and get your app into the App Store sooner.
Read