I need to create a new view for an app where the user is presented with a screen with a status bar, a text bubble and several buttons. They will be allowed to slide the text bubble off the screen and a new one will slide in to take its place. I only want the user to be able to move one bubble at a time. Where can I find a guide for coding something like this?
1) I have not done anything touch based, but I've heard of using UI Gesture Recognizers. 2) I need to know how to slide in the text bubble (which will have dynamically generated text) but not slide out the entire view. There are going to be buttons and status bars on the main window, so those have to stay, while the user is sliding through the text bubbles