标签: objective-c
如何检查Objective-C中是否定义了字符串常量?
在iOS 7上使用UIViewControllerShowDetailTargetDidChangeNotification会导致崩溃。
UIViewControllerShowDetailTargetDidChangeNotification
答案 0 :(得分:5)
if (&UIViewControllerShowDetailTargetDidChangeNotification) { // ... safe to use ... }