I’ve recently reread the interesting tutorial from Mike Ash about How to create classes at Objective-C Runtime
I has been a long time I am wondering where to apply this powerful feature of the language. I always see an overkill solution to most of the ideas that come to my mind, and I eventually proceed with NSDictionary. What are your cases of use of creating classes at runtime? The only one I see is an Obj-C interpreter… More ideas?
There’s some possible options I see, when someone need to create class in runtime
In general.. There is some possible usages of this. But in real world, in default service applications there’s no need to do this, actually:)