Open avalanched opened 10 years ago
Where did you see warnings in the documentation about UIAppearance ?
I'm not seeing that apple is deprecating UIAppearance, but i'm experiencing the same problems as described on the stackoverflow post where cache_eraseImp_nolock is taking a serious amount of time when opening WYPopoverController
Do you have a solution or a workaround ? Maybe Apple is currently fixing this bug about cache_eraseImp_nolock.
I did found a replacement for the UIAppearance, https://github.com/Collect3/CTAppearance But it didn't fix my problems regarding WYPopoverController - maybe its best to wait for iOS 7.1 i will check then if my problem still persists.
I'm having the same issues with WYPopoverController in iOS7 where it becomes slower and slower described here:
http://stackoverflow.com/questions/19144139/cache-eraseimp-nolock-taking-very-long-in-ios-7
Maybe its a good thing to gradually deprecate the use of UIAppearance?