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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -