Search code examples
iosobjective-cuiviewstatusbar

Place UIView on top of status bar for certain view controller


I'm looking for some hints on how to put UIView on top of the status bar for specific view controller only, not the whole application. I've read some answers on SO but can't seem to fit what I'm looking for.

A good example of this implementation is in the new Facebook Paper app. (view GIF image)

Any helps is appreaciated!


Solution

  • Actually, I was completely wrong, check this link: http://initwithfunk.com/blog/2014/02/07/how-to-build-the-facebook-paper-status-bar-hover/