rweichler / cylinder

123 stars 47 forks source link

iOS 11 icon bug #74

Open jakeajames opened 6 years ago

jakeajames commented 6 years ago

If you close an app and immediately swipe between pages the icon of the app which was closed will get bugged for 2 seconds. If I swipe immediately after unlocking the whole apps get bugged the same way. You know what I mean if you test it.

rweichler commented 6 years ago

To clarify, "bugged" = the just-closed-app's icon doesn't animate with the rest of the page while it's doing that shrinking animation. Likely has to do with it not being a subview of SBIconListView while it's shrinking.

I won't look into this until cycript is available. If anyone else wants to take a crack at it be my guest.

jakeajames commented 6 years ago

Hello, I've pushed an iOS 11 cycript version on my repo which works only on SpringBoard (due to the way of implementation using a server it can cause bugs on your device so disable or uninstall when you don't use it), in case that helps.

http://jakeashacks.com/cydia

rweichler commented 6 years ago

Unfortunately I have a full-time job now and will not be focusing on Cylinder anymore. I'd consider this as abandoned until further notice.

rweichler commented 6 years ago

Again, if anyone else wants to take a crack at it be my guest. I will happily merge pull requests. It should be a relatively simple fix. What immediately comes to mind is simply disabling animation entirely when the icon is being "shrunk".