I am making an iPad application, and basically, I want to make a tray that pulls out from the bottom of my application, and I would like to have a small tab at the bottom of the screen, which, if you pull it, it displays the image and the image height corresponds to the height that you clicked on the button. This is a bit like the notification center works, except that the tab is always visible.
So my question is, how should I make the image following the tab when it moves vertically across the screen? I would suggest that using the UIButton tab for the tab and UIImage for the tray makes sense, and I have code to move the buttons, but how can you make one object after another?
Thanks for your help, Carl
source share