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

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -