Adopting Modern Objective-C

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Adopting Modern Objective-C相关的知识,希望对你有一定的参考价值。

  • Change id to instancetype in appropriate places

  • Change enum to NS_ENUM or NS_OPTIONS

    • The NS_ENUM macro helps define both the name and type of the enumeration, in this case named UITableViewCellStyle of type NSInteger. The type for enumerations should be NSInteger.
  • Update to the @property syntax

  • Converting to literals, so a statement like [NSNumber numberWithInt:3] becomes @3.

  • Using subscripting, so a statement like [dictionary setObject:@3 forKey:key] becomes dictionary[key] = @3.

以上是关于Adopting Modern Objective-C的主要内容,如果未能解决你的问题,请参考以下文章

Vue.js:如何防止 `vue-cli-service --modern` 构建遗留​​包?

一文掌握 C++ 智能指针的使用

css common_webfont_modern

awesome-modern-cpp

从D2语言与框架专场到modern JavaScript

C++modern-cpp-template - 知识点目录