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
Post a Comment