Hi again,
Is anyone using ARC(iOS 5) in their sparrow projects?
It cannot seem to handle the struct in SPPoolObject
typedef struct { Class poolClass; SPPoolObject *lastElement; } SPPoolInfo;
"ARC forbids Objective-C objects in structs or unions"
In the ARC programming guide it talks about structs being too heavily retained.
Any ideas on whether or not Sparrow will support this?
It would be handy not having to retain, release and autorelease with Sparrow.
Thanks guys!