func ivar_getName (Ivar) -> UnsafePointer<CChar>?
Returns the name of an instance variable.
func ivar_getTypeEncoding (Ivar) -> UnsafePointer<CChar>?
Returns the type string of an instance variable.
Availability
Technology
For instance variables of type id
or other object types, call object
and object
instead of using this offset to access the instance variable data directly.
func ivar_getName (Ivar) -> UnsafePointer<CChar>?
func ivar_getTypeEncoding (Ivar) -> UnsafePointer<CChar>?