Aarif Sumra
Results
3
comments of
Aarif Sumra
This PR was very useful to me thanks
make sure the constraints for the collection view or table view are related to superview for top and bottom instead of top and bottom layout guide.
It works well with Page Navigation Bar as Well. do the following in child view controllers. `override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) setupScrollingNavBar() setupSearchView() }`