Wednesday 2 October 2013

Marking availability of methods

Marking availability of methods

I'm developing a library that will be used in various iOS versions.
However, some methods will work properly on the most recent versions of
iOS (e.g., iOS 7).
Is there a standard way to mark methods like this? Should I use the
__OSX_AVAILABLE_STARTING macro?

No comments:

Post a Comment