• property修饰关键字




    修饰符按作用区分:线程安全相关,内存相关,读写权限相关,set=和get=,是否可为空, class

    一.默认值

    @property NSArray *dataArray;

    默认的是:atomic,strong(引用类型是strong, 值类型是assign),readwrite,nullable


    二.线程相关

    • atomic
    • nonatomic


    三.内存相关


    四.读写权限

    • readwrite
    • readonly

    五.set=和get=

    • set=
    • get=

    六.空与非空

    • nonnull
    • nullable
    • null_resettable
    • null_unspecified

    七.class

    • class

  • 相关阅读:
    python3使用多代理访问网站
    批处理写的俄罗斯方块
    Robot Framework安装指南
    Robot Framework 快速入门_英文版
    Robot Framework 快速入门_中文版
    python3操作注册表设置/取消IE代理
    在python3下用PIL做图像处理
    python win32api 使用小技巧
    Python小技巧1
    python编码-1
  • 原文地址:https://www.cnblogs.com/shidaying/p/6960156.html
Copyright © 2020-2023  润新知