ios - How can I keep the navigation bar at the top of the screen when scrolling? -
I am working on an iPad app in Xamarin that (among other things) will download PDFs from a file system and While scrolling through the webview to read the PDF in a webview, I will be shown them, I have been asked to keep the navigation bar at the top of the screen. The user has scrolled once, it is currently away.
How I searched for this and got a question like this but nothing related to mobile development. I think it has been tried by some other people, but maybe it's against Apple's guidelines? If anyone has been found saying something like this, I take it as an answer or any sample code of its implementation will be appreciated.
UIVIE and add the
navigation bar to there. Under your
navBar add
webview . This is all.
Comments
Post a Comment