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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -