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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -