Contents

class_setIvarLayout(_:_:)

Sets the Ivar layout for a given class.

Declaration

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

Parameters

  • cls:

    The class to modify.

  • layout:

    The layout of the Ivars for cls.

See Also

Working with Classes