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 - How to Configure JAXRS and Spring With Annotations -

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

php - Create image in codeigniter on the fly -