ios - Preset a UIView with constraints above a Navigation Bar and Tab Bar -


i have uiview using container view other subviews display above uinavigationbar , uitabbar.

i've tried using:

self.edgesforextendedlayout = uirectedgenone; 

as setting constraint constants 0.

but can still see uinavigationbar , uitabbar.

how can achieve this?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -