iphone - Add an animated top bar to UIWebView -


i have uiwebview controller loads web page , add kind of bar @ top of page refresh , close buttons. bar should hide when page loaded , should show again if user taps top part of page.

does know how approach it? there simple way that?

update:
think wasn't clear enough question, here clarifications:
1. applications standard application 1 of flows opens uiwebview loads web page
2. i'm looking bar slide down on top of web page (loaded in uiwebview) , should user overcome scenario web page not loaded reason
3. bar should hold (just close uiwebview) , refresh (reload uiwebview) operations.

hope helped.

thanks, shimix

i'm working on right , far, here's i've come with. of may obvious, important:

  • your address bar should left navigationitem.
  • the search bar rign navigationitem.
  • you should animate cancel button in/out when beginning/ending editing in url box.
  • safari mobile uses prompt property of navigationbar display webpage titles.
  • to animate widths of search/url bars, use uiview animation when bar selected.

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -