It is nice to know that the NSURLConnection class supports gzip (short for GNU zip) out of the box. The NSURLConnection class also does auto-decoding of the compressed data when the ...
The XIB file format is introduced in the Interface Builder 3 on Leopard. It replaces the previous file format NIB, short for NeXT Interface Builder. The Interface Builder application is a ...
Even though Objective-C has support for private, protected and public instance variables, there is no notion of private methods. Every method is considered as public. However, there is an ...
Mac OS X is a Unix-based operating system and because of that, it comes with a directory structure that is similar to the Unix operating system. What this means is that you will have ...