「<strong>SDK ベースの開発の使用」では、弱くリンクされたクラス、メソッド、および関数の使用方法について説明しています ...
私はこれを使用しました。
if ([NSByteCountFormatter class]) {
...
}
サポートされているオプションを検出する方法はありますか
NSRegularExpressionSearch
The search string is treated as an ICU-compatible regular expression.
If set, no other options can apply except NSCaseInsensitiveSearch and NSAnchoredSearch.
You can use this option only with the rangeOfString:... methods and stringByReplacingOccurrencesOfString:withString:options:range:.
Available in OS X v10.7 and later.