Closed akhilm3 closed 8 years ago
Hey,
Are you testing against a view that does not have a transparent background? The lag may be due to the animation from the right taking place, but you are not seeing it since that VC exampleLoadViewController
does not have a background.
exampleLoadViewController is basically a blank view controller that I added in my storyboard. So I am assuming that it has a default background
Try adding one, because I don't see it in the animation you sent me.
I set the target VC to the default background color and the problem persists. I also noticed the same problem with other buttons (that are not Material) So I think the problem may not arise from Material
If you would like to package an example project and send it to support@cosmicmind.io we may be able to help. All the best :)
I got the same problem when using NavigationController
Do you have a background color set on the view controller you are pushing?
@ndlinh as @danieldahan has mentioned before, it normally means one of the view controllers involved in the transition, has a transparent background. Can you confirm that it's not true in your case?
I am getting quite a bit of stuttering when i transition from a view controller that has CardViews to another ViewController
self.navigationController?.pushViewController(exampleLoadViewController(), animated: true)
where
self.navigationController?
is the VC with cardviews and exampleLoadViewController() is the VC I am trying to transition to.Example of this: