-
Notifications
You must be signed in to change notification settings - Fork 63
iOS 10 transitions are choppy and blocky #15
Comments
[self presentGridMenu:gridMenu animated:NO completion:^{ }]; i have this problem , i just set the animated = NO |
Can confirm that disabling animations works, but doesn't look as nice as before. Can't figure out why. |
I'll have a look at it this weekend. Hopefully it's something that I can fix and not an animation bug in iOS. |
Any update on this ? |
Sorry for the delay, my day job and main project have been taking up a lot of my time lately. I will do my best to see whats going on here in the future. I am also open to reviewing a pull request if anyone else wants to take a shot at it as well. |
I can also confirm that this issue is still present. |
I am sorry for the delay in getting to fix this. I started a business this year and it has taken up all of my time. I would appreciate anyone who would want to take a shot at fixing this and submitting a PR. |
If you can give me a rough area as to where this might be occurring i'll see if I can sort it out. |
When CNPGridMenu is displayed or dismissed, you can see the transitions are choppy and blocky. Squares appear around the icons.
The text was updated successfully, but these errors were encountered: