In my app I want to set a UIView (called "functionView") ever visible in my app, and when I change view controller it should stay ever in its position. I show you an example:
as you can see view function is ever in its position and it shouldn't change its position.
Can I do set this view from appDelegate? and how I can control it? Can I use a class (subclass of UIView)?
**IMPORTANT: it shouldn't be a tab bar but a view that with animation can move over view controller
thanks