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
Post a Comment