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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -