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.
- Without
UIStackView
, where navigationBar working properly
Screen'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
withinUIStackView
, where I'm getting issue
StoryBoard Interface
When i set
UIStackView.top = superview.top
When i set
UIStackView.top = safeArea.top
- I've applied multiple solutions from Various source, but none of Any is working for me.
Also tried below solutions.