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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -