Hi there,
is there some Wonder (or NS- or Java-level) trick to “override” (for the original class; in ObjC I would simply swizzle the method) toString for some classes? Namely, in my current application, I would need that
- NSTimestamps always return millis - NSData never return contents, just length.
Thanks! OC |