I have a toolbar image which has a tab on top of it as part of the image. With the toolbar initially hidden except for the tab sticking up on the bottom of the screen, I would like the user to be able to press and drag up the tab which would drag up the rest of the toolbar with it. Likewise, I would like to be able to drag the toolbar back down by doing the reverse direction on the tab part of the toolbar.
What’s a good way to implement that kind of functionality in iOS?
Thanks for any guidance!
Used UIScrollView to achieve the functionality.