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