nicolaschengdev / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
1.94k stars 370 forks source link

Deprecate UIAppearance? #62

Open avalanched opened 10 years ago

avalanched commented 10 years ago

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?

nicolaschengdev commented 10 years ago

Where did you see warnings in the documentation about UIAppearance ?

avalanched commented 10 years ago

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

nicolaschengdev commented 10 years ago

Do you have a solution or a workaround ? Maybe Apple is currently fixing this bug about cache_eraseImp_nolock.

avalanched commented 10 years ago

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.