bits about life, coding and stuff
For certain Tasks I diplay an LoadingView that pops over my current view. (P31LoadingView to be exact)
The problem was, after the window disappeared, the scrollToTop-Feature didn’t work anymore.
After searching for an hour, this solved the problem. Put it in your code right after the hide-call of the loadingview.
The key was to make the current window the keyWindow again.
Related posts: