LoginSignup
1
2

More than 5 years have passed since last update.

NS_DEPRECATEDマクロを理解する

Last updated at Posted at 2015-10-28

具体例

NSManagedObjectContext.h:

  • (instancetype)init NS_DEPRECATED(10_4,10_11,3_0,9_0, "Use -initWithConcurrencyType: instead");

この NS_DEPRECATED(10_4,10_11,3_0,9_0) とは何か?

意味

Mac OSX だと 10.4 / iOS だと 3.0 にて登場した API で、OSX だと 10.11/ iOS だと 9.0 で deprecated(非推奨) になりました

参考資料

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2