March 2006

Why NSLog of [someObject class] may generate crashes ?

Why NSLog(@"%@",[someObject class]) may crash an application ?
More...

How to embed an image in application's source code ?

If you don't want the image to be accessible in the application bundle or if the image has to be in a command line tool (without bundle): how do you embed an image in the source code - kind of static NSData ?
More...