Hello! I am currently working on a Collection View Controller which if scrolled up navigation bar appears and when collection view is scrolled down navigation bar disappears.
I was able to implement this features by using additionalSafeAreaInsets.
However if collection view is scrolled to the top so nav bar is hidden and if move on to the child view, the child view's nav bar also disappears.
Also changing additionalSafeAreaInsets in sub view does not change the inset.
I guess the additionalSafeAreaInsets feature is affecting the child view too. How can i prevent this?
Thanks for the apply in advance. Any comment will help me.
I was able to implement this features by using additionalSafeAreaInsets.
However if collection view is scrolled to the top so nav bar is hidden and if move on to the child view, the child view's nav bar also disappears.
Also changing additionalSafeAreaInsets in sub view does not change the inset.
I guess the additionalSafeAreaInsets feature is affecting the child view too. How can i prevent this?
Thanks for the apply in advance. Any comment will help me.