Closed happy201993 closed 9 months ago
Hi, you won't be able to add properties or make changes to memory layout of a class instance over the course of an injection by adding a property. Did you not receive a warning on the console about this? This includes adding/renaming class methods as it changes the layout of the "vtable" used for member function dispatch.
Hi, you won't be able to add properties or make changes to memory layout of a class instance over the course of an injection by adding a property. Did you not receive a warning on the console about this? This includes adding/renaming class methods as it changes the layout of the "vtable" used for member function dispatch.
OK, Thanks!
ViewController was coded by Objective-C, and create some AAATagItemModel and send to a swift view.