ObjectiveMixin icon indicating copy to clipboard operation
ObjectiveMixin copied to clipboard

Ruby-like mixin functionality for Objective-C programs.

Results 3 ObjectiveMixin issues
Sort by recently updated
recently updated
newest added

> Even though the clanName instance variable does not exist in Turtle's definition, it is synthesized at runtime in the turtle object, and everything works fine. This confuses me a...

Given something like: ``` @interface X : NSObject ``` Both FooMixin and BarMixin define method 'hello'. **TLDR: a way to call all mixed hello's, in mixin order, returning the result...

Apple reserves all un-prefixed and two-letter prefixed class names for itself. If Apple ever creates a class named Mixin (even internally in a framework, like it happened for "Account" a...