Uh oh!
There was an error while loading. Please reload this page.
[BUG FIX] Fix for Issue #19. Fixes crashes on iOS 5.0, where calls to NS... - #20
[BUG FIX] Fix for Issue #19. Fixes crashes on iOS 5.0, where calls to NS...#20ruohoruotsi wants to merge 1 commit into
Conversation
…alls to NS_AVAILABLE_IOS(6_0) methods were not protected by instancesRespondToSelector checks. BeamApp#19
HBehrens
commented
Aug 19, 2013
Thanks, Ruoho. Did you check how this impacts the theming on iOS5? |
ruohoruotsi
commented
Aug 19, 2013
Hi Heiko, I followed the directions here: I currently have an iPad 1 running 5.1.1. I saw this issue immediately because these calls are not supported on iOS5 (which is currently the minimum deployment target). This is a non-issue for any iOS6 system. I hope this helps. Let me know if you need any more information or concerns about this commit. cheers, |
..._AVAILABLE_IOS(6_0) methods were not protected by instancesRespondToSelector checks. #19