I am very new to IOS app dev.
I want to achieve slide In/out webview (e.g. from right), which everyone should seen one.
When user click a link, a new webview will slide in from right and load a webpage. If the user swipe right, the webview will move back to right side depends how much the distance.
To name a few apps got this function... Flipboard / Line / Facebook Groups...
Notice that the webview can be dragged by the user horizontally
I've been searching this for some time before i get my hands dirty and start the project. However, I couldn't find anything at all.
Can someone please point me to the right direction / keywords. How to setup such structure in xcode, or if there are existing controls (or default build-ins) which will do the trick...
Thanks