UINavigationBar
scrolling
appearance
behaviour is not working properly in one screen where i use UITableView
within UIStackView
. In other screens where Only UITableView
used there Scrolling behaviour is working properly and underLine separator is visible.
UIStackView
, where navigationBar working properlyScreen's visible design in the Device.
StoryBoard
UI of above screenshot, Games Screen.
As above ScreenShot when we scroll to Top Edge
, there's a visible underline to the NavigationBar
.
UITableView
within UIStackView
, where I'm getting issueStoryBoard Interface
When i set
UIStackView.top = superview.top
When i set
UIStackView.top = safeArea.top
Also tried below solutions.
I've resolved the issue by changing order of the controls stack, just putted UITableView
outSide of the UIStackView
and it's working perfectly as expected.
UIStoryBoard