Hi all, CALayers need support for @dynamically synthesized accessors. Do we have a correct implementation of such runtime-generated @properties?
I've begun work on this, but it looks rather hard to get right: accessors can have custom names so IMPs cannot simply access a dictionary with values based on the value of _cmd, then there needs to be support for structs, etc. I might be able to successfully implement this, but it'd take a while and it sounds like something someone else must have done before. I've committed my progress so far, but if someone's done this before, I'd appreciate hints and code. -- Ivan Vučica -- Ivan Vučica - [email protected]
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
