Re: maintaining alpha value for intersecting lines?

2012-09-14 Thread 👾
> Combining paths into a single NSBezierPath means those paths are treated as a > single object for a drawing operation, and intersections are rendered > accordingly. However, this behaviour doesn't come at no cost - the code has > to find those intersections and deal with them by ensuring that

Re: Dynamic Method Creation

2012-09-14 Thread 👾
If you actually want to create them in your source, so that code completion works as expected and the compiler doesn't issue unrecognised selector warnings, then you'll need to do at least macros, if not a custom build phase using some kind of templating tool. They may exist; I don't know. If