ios - PushViewController not animating -


i using code push viewcontroller:

let internetusagehistoryvc = uistoryboard(name: "usage", bundle: nil).instantiateviewcontroller(withidentifier: "internetusagehistorycontroller") as! internetusagehistorycontroller  internetusagehistoryvc.internetusagecardviewmodel = cardvm  self.navigationcontroller?.pushviewcontroller(internetusagehistoryvc, animated: true) 

the navigation working animation not seem working. might related bunch of broken constraints have in screen navigating to... not sure...

has faced issue?... suggestions? thanks


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -