ios - Is NS_AVAILABLE_IOS undocumented API? -
i want use part of xcode documentation detects , adds part of document, i'm not sure if apple considers undocumented.
it's not undocumented, it's defined in foundation.framework -> nsobjcruntime.h
#define ns_available_ios(_ios) __osx_available_starting(__mac_na, __iphone_##_ios)
Comments
Post a Comment