Pablo
Pablo
Any updates on this?
@andreamazz This is also happening to me. You have the navbar collapsed when you tap some cell in your collection view. Then you go back and the Navbar is expanded....
@andreamazz This happens when you use `present` instead of `pushViewController` ``` let storyBoard = UIStoryboard(name: "Main", bundle: nil) let mainViewController = storyBoard.instantiateViewController(withIdentifier: "ViewController") self.present(mainViewController, animated: true, completion: nil) ``` If...
@andreamazz any news on this? thanks!
How is the status of this issue? I'm having this too
@MasayukiSuda I would really appreciate your help here. Thanks!
Same issue here, did you find a solution? @vigneshwaranoptisol
sorry @dhruvitservice I haven't been able to fix it
@nyarian Hi! have you found a work around for this? thanks!
Happening also in my side. Did you solved it @falary1 ?