Is there any Aspect-Oriented Objective-C library that I could perhaps use for iPhone development?
|
2
|
|
|
|
|
|
There is an old project called AspectCocoa, this might be what you are searching for. Otherwise Í would suggest rolling your own. Either proxy based AOP by subclassing But unless you are looking for a fun exercise, ask yourself what you want to achieve, and if there is an existing perfectly working Objective-C way to do it. |
||
|
|
|
|
Not really, but a lot of people have done work along those lines: |
||
|
