Contents

class_setWeakIvarLayout(_:_:)

Sets the layout for weak Ivars for a given class.

Declaration

func class_setWeakIvarLayout(_ cls: AnyClass?, _ layout: UnsafePointer<UInt8>?)

Parameters

  • cls:

    The class to modify.

  • layout:

    The layout of the weak Ivars for cls.

See Also

Working with Classes