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

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -