Function 関数

class_replaceProperty

Replace a property of a class. あるクラスのあるプロパティを置き換えます。

Declaration 宣言

void class_replaceProperty(Class cls, const char *name, const objc_property_attribute_t *attributes, unsigned int attributeCount);

Parameters パラメータ

cls

The class to modify.

name

The name of the property.

attributes

An array of property attributes.

attributeCount

The number of attributes in attributes.

See Also 参照

Working with Classes クラスを扱う