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
promptproperty ofnavigationbardisplay webpage titles. - to animate widths of search/url bars, use
uiviewanimation when bar selected.
Comments
Post a Comment