Sven
Sven
I would like to see that as well. Not just for actions and outlets, but also for classes. Maybe even distinguishing between top level objects and views nested deeper in...
I see. Currently I have this case: I have a UIView subclass that is placed inside a xib file, but not referenced by code at all. There are also no...
That was it, I forgot to add the resource bundle target. This also resolved my issues from #234.
Ok, if 2 is not caused by 1 (which I actually find hard to believe, but then I didn't check the complete ProcedureKit code) it explains why this started happening...
I will test your PR next week. Looked over the code, and if I understand it correctly it should work. But I have some comments I will leave with your...
Good point, forgot about that. Then I'm afraid I don't have any more ideas either.
I already fixed all those leaks and cycles about two years ago: https://github.com/rowanj/gitx/pull/224
I often find crashes where unsupported messages are sent to NSNull. Basically I have to repeat the check for NSNull in the transformationBlock of every binder I use. IMHO all...
MIT is fine with me 👍