1
我嘗試使用下面的行創建在通知中心一樣的效果,但我不斷收到一個錯誤:試圖通過調用+ notificationCenterVibrancyEffect創建UIVibrancyEffect不過的錯誤時
UIVisualEffectView *effectView = [[UIVisualEffectView alloc] initWithEffect:[UIVibrancyEffect notificationCenterVibrancyEffect]];
的錯誤:
2014-12-02 16:30:35.597 Trial[11543:1628621] +[UIVibrancyEffect notificationCenterVibrancyEffect]: unrecognized selector sent to class 0x10569ebe0
2014-12-02 16:30:35.602 Trial[11543:1628621] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[UIVibrancyEffect notificationCenterVibrancyEffect]: unrecognized selector sent to class 0x10569ebe0'
我已經進口的通知中心頭文件,但似乎沒有任何解決在運行時這個問題:
#import <NotificationCenter/NotificationCenter.h>
我到底該怎麼做?你可以給我說明或鏈接有指導的文件嗎? – madtapper 2014-12-03 00:18:35
沒關係,明白了。 – madtapper 2014-12-03 00:21:21
好吧。我剛剛做了一個修改。 – 2014-12-03 00:22:28