Is it possible to have a custom UIView
header that is part of the same scroll view as a UIWebView
? if so, how could this be implemented?
Asked
Active
Viewed 829 times
1
-
http://stackoverflow.com/questions/36656328/uiwebview-with-header-and-footer/38118077#38118077 – MCMatan Jun 30 '16 at 08:45
-
make uiview scroll with webview. http://stackoverflow.com/q/43533068/6521116 – LF00 May 08 '17 at 05:28
2 Answers
3
If you would need the headerView to move up and down with the webView (like in the mail app on iOS) but, of course, not change it's position when you zoom, it is a bit more complicated than that.
I ran into the same situation and so I put my solution on gitHub, in case someone else needs it :) Here's the project

Catalina T.
- 3,456
- 19
- 29
-
You're welcome, really hope it helps! If you find any bugs or problems with it just let me know :) – Catalina T. Apr 17 '15 at 12:34