¡@

Home 

2014/10/15 ¤U¤È 10:12:16

iphone Programming Glossary: object_setinstancevariable

object_setInstanceVariable with CGPoint

http://stackoverflow.com/questions/12265083/object-setinstancevariable-with-cgpoint

with CGPoint Does anyone know how to set struct variables using object_setInstanceVariable It is work fine for reference.. with CGPoint Does anyone know how to set struct variables using object_setInstanceVariable It is work fine for reference types object_setInstanceVariable obj _variable ref But do not work for structs such as CGPoint... Does anyone know how to set struct variables using object_setInstanceVariable It is work fine for reference types object_setInstanceVariable obj _variable ref But do not work for structs such as CGPoint. Tried following ways 1. object_setInstanceVariable obj _variable..